Modules and Autoloaders

Posted by user1400 on Stack Overflow See other posts from Stack Overflow or by user1400
Published on 2010-05-09T11:57:50Z Indexed on 2010/05/09 13:38 UTC
Read the original article Hit count: 248

Filed under:
|

hello all

i have 3 modules in my application , like following sturcture

application
   |
   default
     |---models
     |--views
     |--forms
     |--controller
  admin
     |---models
     |--views
     |--forms
     |--controller
  cars
     |---models
     |--views
     |--forms
     |--controller

bootstrap.php

how could i create autoloader for all forms and models in mouldes?

thanks?

© Stack Overflow or respective owner

Related posts about zend-framework

Related posts about module