Admin controller |
[eluser]healer[/eluser]
hi, look in user guide http://ellislab.com/codeigniter/user-gui...subfolders section. You can put your controller ../controllers/admin/controlle_name.php and you must add new route to your routes.php file like this one $route['admin'] = 'admin/controller_name'; this is your default controller for admin section. You dont need to add routes for each controller in admin folder. just add for default one. |
Messages In This Thread |
Admin controller - by El Forum - 12-13-2008, 06:49 AM
Admin controller - by El Forum - 12-13-2008, 07:13 AM
Admin controller - by El Forum - 12-13-2008, 07:37 AM
Admin controller - by El Forum - 12-13-2008, 10:28 AM
Admin controller - by El Forum - 12-13-2008, 11:23 PM
Admin controller - by El Forum - 12-20-2008, 07:20 PM
Admin controller - by El Forum - 12-21-2008, 01:16 AM
Admin controller - by El Forum - 12-29-2008, 08:25 PM
Admin controller - by El Forum - 12-30-2008, 02:21 AM
Admin controller - by El Forum - 12-30-2008, 04:17 AM
Admin controller - by El Forum - 12-30-2008, 09:31 AM
Admin controller - by El Forum - 01-22-2009, 01:24 PM
|