
To create a new module (admin module to be precise) this is what I did: 1. Created the modular directory structure inside application directory: application modules admin models controllers IndexController.php (class Admin_IndexController) views scripts index.phtml helpers filters 2. Updated application.ini by adding the following lines: resources.frontController.moduleDirectory = APPLICATION "/modules" resources.module[] = "" 3. Created the bootstrap inside the root of the module directory (admin/Bootstrap.php) with the relevant empty class (Admin_Bootstrap extends ...) However, it just slaps me on the face with a 404 Not Found! Everything else however works as it should. What could I be doing or not doing?! Anyone working with ZF, please help. -- Samuel Waithaka Techiepreneur | http://groups.to/techiepreneur http://www.linkedin.com/in/waithaka http://twitter.com/samwaithaka