Re: [fw-general] Framework directory structure and include paths

2009-02-13 Thread A.J. Brown
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 wrote: > > my stru

Re: [fw-general] Framework directory structure and include paths

2009-02-13 Thread PHPScriptor
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

Re: [fw-general] Framework directory structure and include paths

2009-02-13 Thread Jason DeBord
Merci Matthew. I really appreciate the time you spend on this mailing list. Jason DEBORD Limoges, France On Fri, Feb 13, 2009 at 7:25 PM, Matthew Weier O'Phinney wrote: > -- Jason DeBord wrote > (on Friday, 13 February 2009, 07:06 PM +0100): >> Directory Structure >> >> Project >> >> Applic

RE: [fw-general] Framework directory structure and include paths

2009-02-13 Thread Guillaume BABIK
Hi, Personally, i use: /library /Zend => Zend Framework /MyPersonalLibrary /applications /application1 /controllers /forms /views /helpers => Helper_View /layouts

Re: [fw-general] Framework directory structure and include paths

2009-02-13 Thread Matthew Weier O'Phinney
-- Jason DeBord wrote (on Friday, 13 February 2009, 07:06 PM +0100): > Directory Structure > > Project > > Application > controllers > views > models > layouts > forms > > Library > symlink to Zend > > public_html > > So I set my include path to Project/library s