07-30-2008, 05:25 PM
[eluser]Frychiko[/eluser]
Thanks for the welcome!
edit() is being called since there is the following output:
I checked the routing file and cleared any default controllers.
$this->uri_string() returns nothing
I've tested things in index() also but there's nothing..
doesn't work, missing argument for $seg1 and $seg2
I'm thinking it's an apache/php setting or something..
Thanks for the welcome!
edit() is being called since there is the following output:
Code:
segment:
I checked the routing file and cleared any default controllers.
$this->uri_string() returns nothing
I've tested things in index() also but there's nothing..
Code:
function edit($seg1, $seg2)
{
echo $seg1;
echo $seg2;
}
doesn't work, missing argument for $seg1 and $seg2
I'm thinking it's an apache/php setting or something..