Welcome Guest, Not a member yet? Register   Sign In
Help with URI routes
#2

[eluser]MABUS[/eluser]
Yes, there is a way. One way is to play with the routes. You can use routes to accept any url, and point it to any of controller or controller function of your choice.

example.

$routes['class/function/:num'] = "folder/class/function/"
--------------------- ----------------------
url to accept where to be pointed


whatever matches the url to accept will be redirected to the result. It wont change the url , just redirection.


Messages In This Thread
Help with URI routes - by El Forum - 04-10-2008, 05:14 PM
Help with URI routes - by El Forum - 04-10-2008, 07:44 PM
Help with URI routes - by El Forum - 04-10-2008, 08:56 PM



Theme © iAndrew 2016 - Forum software by © MyBB