Welcome Guest, Not a member yet? Register   Sign In
routes problem ? (thx for reading)
#8

[eluser]Armchair Samurai[/eluser]
Since you're re-routing things, try using the the ruri functions

Code:
class User extends Controller
{
    
     function join()
     {
         var_dump($this->uri->rsegment(3));
     }    
}


Messages In This Thread
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 04:18 PM
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 04:25 PM
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 04:47 PM
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 04:55 PM
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 06:00 PM
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 06:26 PM
routes problem ? (thx for reading) - by El Forum - 01-09-2008, 06:44 PM
routes problem ? (thx for reading) - by El Forum - 01-10-2008, 12:57 AM



Theme © iAndrew 2016 - Forum software by © MyBB