Using Zend Framework I want to use controllers stored in a directory which is not default.
What I\'m trying to achieve is that if the requested path begins with admi
You could use the module directory structure. Create the directory structure
application default controllers views models admin controllers views models
For more info check out the docs on Using a Conventional Modular Directory Structure