I typically install Zend Framework to /usr/share/php  and add
/usr/share/php/ZendFramewor-1.7.4/library to my includes path.  It works
well if you have full access to the machine and have multiple projects which
use Zend Framework.


On Fri, Feb 13, 2009 at 11:55 AM, PHPScriptor <cont...@phpscriptor.com>wrote:

>
> my structure:
>
> /app
>  /cache =>caching stuff
>  /etc   =>config.ini etc...
>  /forms
>  /jobs => cronjobs
>  /languages => languages files
>  /models
>  /modules
>    /module1
>      /controllers
>      /views
>        /helpers
>        /scripts
>    /module2
>      /controllers
>      /views
>        /helpers
>        /scripts
>  /views
>    /helpers
>    /layout => main layout templates
>
> /library
>  /MyApp
>  /Zend
>
> /public
>  /js
>  /css
>  /...
>
> -----
> visit my website at  http://www.phpscriptor.com/
> http://www.phpscriptor.com/
> --
> View this message in context:
> http://www.nabble.com/Framework-directory-structure-and-include-paths-tp22001886p22002747.html
> Sent from the Zend Framework mailing list archive at Nabble.com.
>
>


-- 
A.J. Brown
web | http://ajbrown.org
phone | (937) 660-3969

Reply via email to