Thanks for all the comments. I have another issue I'm running into. I'm use to CakePHP where I can have so called modules, that include everything for that module to operate, such as css, images, javascript directories. So I can slap a module in (called plugin in cakephp) and it works right away without modifying routes, telling things where to find stuff, ect.
Is there a way to have Zend Framework modules be able to encapsulate the css, img, js directories right in the module so if I move it or put it in a different application I won't need to copy the css, img, js into the document_root of the main Framework application?
|