-- Kendall Bennett <[email protected]> wrote (on Sunday, 03 May 2009, 04:51 PM -0700): > I found the same thing. I think it is superfluous.
It is, and it as simply there for purposes of example. Better places exist for setting the include_path: php.ini, the virtual host, or .htaccess (in order of preference). Regardless, you need ZF on the include_path *prior* to loading Zend_Loader_Autoloader (so you can find the autoloader....). > You can remove either the entry from the application.ini file, or the > one from the index.php file. I left mind in the index.php file because > I also set up the path to my global Zend Framework library in there as > well, rather than setting it up in the global php.ini file settings. I > always have the global library back one directory from all my website > directories (ie: applicaton/../../library is where my global Zend > Framework libraries live). > > Regards, > > Kendall Bennett, CEO > A Main Hobbies > 424 Otterson Drive, Suite 160 > Chico, CA 95928 > 1-800-705-2215 (Toll-Free) > 1-530-894-0797 (Int'l & Local) > 1-530-894-9049 (Fax) > http://www.amainhobbies.com > > > ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ > From: "j.padron" <[email protected]> > Date: Sun, 3 May 2009 16:47:53 -0700 > To: Zend Framework General <[email protected]> > Subject: [fw-general] and Zend_application > > > > Hi there, > > I'm using Zend_Tool to create the base project. > > I don't understand includePaths.library ini setting, because, previously, in > index.php under public folder, we have to ensure library is in include_path, > in order to require_once 'Zend/Application.php'; can be found. > > If we leave both in code, library path is included twice... > > Thanks > -- > View this message in context: http://www.nabble.com/ > and-Zend_application-tp23361127p23361127.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- Matthew Weier O'Phinney Project Lead | [email protected] Zend Framework | http://framework.zend.com/
