Welcome Guest, Not a member yet? Register   Sign In
Controller in subfolders and with index pages on every subfolder
#2

[eluser]Pert[/eluser]
You should be able to use <b>config/routes.php</b> file.

Maybe create a <b>controllers/landing.php</b> with method for each landing page and then route it with something like

Code:
$route['sparen'] = 'landing/sparen';
$route['sparent/juniousparen'] = 'landing/sparen_juniorsparen';
...

I have to say it might not work as I can't test it right now, but that would be the first thing I'd try if I had similar issue myself.


Messages In This Thread
Controller in subfolders and with index pages on every subfolder - by El Forum - 05-29-2013, 07:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB