View Single Post
  #1 (permalink)  
Old 02-23-2008, 10:08 AM
murugesanme murugesanme is offline
Member
 
Join Date: Feb 2008
Posts: 48
Question Multiple Controllers Pointing thru Index ?

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.
Reply With Quote