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
t helps, Cheers, Guillaume BABIK INTERNIM 45, rue Aristide Briand 92300 LEVALLOIS Tel : 01.40.87.11.20 Fax : 01.47.57.38.87 Mobile : 06.80.21.90.29 http://www.internim.com -Message d'origine- De : Jason DeBord [mailto:jasdeb...@gmail.com] Envoyé : vendredi 13 février 2009 19:07 À : fw

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

[fw-general] Framework directory structure and include paths

2009-02-13 Thread Jason DeBord
Directory Structure Project Application controllers views models layouts forms Library symlink to Zend public_html So I set my include path to Project/library so The Framework is included. I am thinking that it makes sense to put classes for the database or other