Its the default structure as setup by Zend_Tool:

/application
    bootstrap.php
    /configs
    /controllers
    /layouts
    /models
    /views
/library
/public
    index.php 


Without a require_once for my class files in /application/models, I get a
Fatal Error, class not found...





joedevon wrote:
> 
> What's yr error message?
> 
> I assume you have a dir structure like:
> 
> /application
> /application/modules
> /application/modules/mymodule
> /application/modules/mymodule/controllers
> ...../models
> ..../views
> 
> etc?
> 

-- 
View this message in context: 
http://www.nabble.com/Zend_Application-and-autoloading-tp23987637p23989597.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to