Hi ,
I have to keep the admin files in an admin folder. So, in this case i hv to change my controller files to this new directory. For that i hv added the controller, like below. But i dont know how to access the admin folder.
$front->setControllerDirectory(array(
'default' => '../application/default/controllers',
'admin' => '../application/admin/controllers'
));
I tried
http://localhost/html/index.php/admi...r)/list(action).
But it is not coming . Can anyone tell me how to point this.
- Mugesh.