Welcome Guest, Not a member yet? Register   Sign In
help with routing again
#1

[eluser]AndyBrandy[/eluser]
Hello,

i need help with routing again.

I want all pages will be routed into welcome class, method pages

Code:
$route[':any'] = "welcome/pages";

and admin in first uri_segment will be routed into admin class, but
every second uri_segment have own method in admin class.

i try this code:
Code:
$route['admin'] = 'admin';
but it not works...


Messages In This Thread
help with routing again - by El Forum - 11-09-2007, 07:35 AM
help with routing again - by El Forum - 11-09-2007, 08:43 AM
help with routing again - by El Forum - 11-09-2007, 09:02 AM
help with routing again - by El Forum - 11-09-2007, 09:29 AM



Theme © iAndrew 2016 - Forum software by © MyBB