Welcome Guest, Not a member yet? Register   Sign In
Not compatible ? : "_remap" function and "Passing URI Segments to your Functions"
#2

[eluser]sophistry[/eluser]
hola Solito,

¡bienvenidos a codeigniter!

the line
Code:
$this->$methode;
does not pass any parameters so why would you expect parameters to be received at the test() method?

if you use _remap like that, you have to use the URI object to access the URI segments. in an earlier version of CI you *always* had to access segments via the URI object.

cheers.


Messages In This Thread
Not compatible ? : "_remap" function and "Passing URI Segments to your Functions" - by El Forum - 09-16-2009, 07:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB