Welcome Guest, Not a member yet? Register   Sign In
Controllers in sub-folders don't seem to work
#2

[eluser]InsiteFX[/eluser]
You need to setup routes for them.
Code:
$route['subfolder/controller/(:any)'] = 'subfolder/controller/$1';

CodeIgniter User Guide - URI Routing


Messages In This Thread
Controllers in sub-folders don't seem to work - by El Forum - 01-06-2013, 04:58 PM
Controllers in sub-folders don't seem to work - by El Forum - 01-06-2013, 05:49 PM



Theme © iAndrew 2016 - Forum software by © MyBB