Welcome Guest, Not a member yet? Register   Sign In
why can't I send a uri segment to my index function ??
#1

[eluser]seanloving[/eluser]
I wish this was possible but I get Page Not Found whenever I try to request a URL such as site.com/page/somepage

Code:
class Page extends Controller {

    function Page()
    {
        parent::Controller();
    }

    function index( $pagerequest )
    {
        // do stuff
    }
}


Where do I dig to figure out why this won't work?

Thanks

--Sean Loving


Messages In This Thread
why can't I send a uri segment to my index function ?? - by El Forum - 10-03-2009, 04:23 PM
why can't I send a uri segment to my index function ?? - by El Forum - 10-03-2009, 05:17 PM
why can't I send a uri segment to my index function ?? - by El Forum - 10-03-2009, 06:43 PM
why can't I send a uri segment to my index function ?? - by El Forum - 10-03-2009, 06:59 PM
why can't I send a uri segment to my index function ?? - by El Forum - 10-04-2009, 08:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB