Welcome Guest, Not a member yet? Register   Sign In
uri_segments problem
#1

[eluser]Unknown[/eluser]
hi,

I think that is a bug.
look my source controllers/first.php
Code:
function index()
{
$this->load->helper('url');
$data['switch'] = uri_segments();
$this->load->view('first',$data);    
}

then I get error with:
Fatal error: Call to undefined function uri_segments() in C:\wamp\www\system\application\controllers\first.php on line 20


Messages In This Thread
uri_segments problem - by El Forum - 12-05-2008, 04:08 PM
uri_segments problem - by El Forum - 12-05-2008, 04:11 PM
uri_segments problem - by El Forum - 12-05-2008, 06:21 PM
uri_segments problem - by El Forum - 02-05-2009, 05:17 AM
uri_segments problem - by El Forum - 02-06-2009, 06:11 PM



Theme © iAndrew 2016 - Forum software by © MyBB