Hmm i worked it out by adding
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
to my application.ini however i don't quite know how to change my model to the modules directory.
Currently it is set up like this Application_Model_DbTable_Albums. But when i go to say /index/add instead of loading the module it instead gives me a error
Fatal error: Class 'Application_Form_Album' not found in /Users/jerry/Sites/workspace/ab_comforts/application/modules/default/controllers/IndexController.php on line 42
Though on /forum and / (default) the module loads up.
Ah seems both my forms and models only seem to work at the route, anyone know how to make it so that zend will look into each of the modules directories.