|
|||
|
Hello,
I have a question about controller folder depth. Lets say i have module admin and the folder structure would be something like this: admin -controllers --IndexController.php (class Admin_IndexController extends Zend_Controller_Action) -models -views By that structure i would have URL like http://www.exmpl.com/admin/index/index Admin being module name, index being controller and index (2) being action. But i wish to keep my files a bit more organized, in more folders, structure like : admin -controllers --news ---IndexController.php (??? class Admin_News_IndexController extends Zend_Controller_Action ???) -views -models So this structure's url would be http://www.exmpl.com/admin/news/index/index All fine if it would work, but looks like it doesn't allow subfolders of a module. It takes admin as module, news as controller file , and index as action ... Am I missing something? Anyone with solution or anyone who can confirm this is not possible, please reply ![]() Ty Last edited by agatone : 12-05-2007 at 11:25 PM. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|