My application setup with 2 modules admin and default I test the controller which works fine on modules
but the models doesnt work
I created a model applica
Configure an autoloader so that the framework can map your class prefix Admin_Model to the corresponding source path. This is not done automatically.
Admin_Model
I suggest reading the part on models of the Zend Framework Quickstart, which explains in detail how to do this.