Something like

$frontController = Zend_Controller_Front::getInstance();
$frontController->addModuleDirectory(ROOT_DIR.'/modules/');

/James

On Tue, Mar 18, 2008 at 11:55 PM, Simeon Goranov <[EMAIL PROTECTED]>
wrote:

> Hi all,
> I have the following project structure:
>
> application
>    models
>    controllers
>    views
> modules
>    gallery
>        models
>        controllers
>        views
>    news
>        models
>        controllers
>        views
> public
>    index.php
>
>
> The questions is - which is the easier way to setup models autoloading
> from all of the modules and application too.
>
> Greetings,
> S.
>
> ----------------------------------------------------------------------
> Get a free email account with anti spam protection.
> http://www.bluebottle.com/tag/2
>
>

Reply via email to