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: 265
zend-framework
|module
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