I'm planing to rewrite my CMS to fully use Zend Framework.
For now I'm using my own written UserManagment system.
The problem is it is pretty modular, it comes in 3 parts - the core, the user system, the modules.
The main problem is - how do I write modules in Zend Framework and have a class that loads them.
Much help would be appreciated!
Can I write modules to be in seperate controller directory, eg.
I have
Code:
root/
...controllers/
...............public/
...............modules/
.......................newsModule/
.......................galleryModule/
Is the right way of using Zend_Controller_Router - to define the layout od the site, the pages and what modules does that page use.
I'm here a noob, and want go advanced in asecond. lol :D