Welcome Guest, Not a member yet? Register   Sign In
Split controller
#3

PHP Code:
$route['(:any)'] = 'pages/$1'

This is basically sending everything to your pages controller, so you can't really use any other controllers without setting up routes for them above this one.
Reply


Messages In This Thread
Split controller - by maquejp - 09-03-2015, 11:48 AM
RE: Split controller - by maquejp - 09-03-2015, 01:00 PM
RE: Split controller - by mwhitney - 09-03-2015, 01:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB