The constant APPLICATION_PATH refers to the path of your application folder, so this include path definition would work for a structure like:
application/ library/ ... In your case, however, the library is within the application folder itself. I guess the include path would rather be: includePaths.library = APPLICATION_PATH "/library" 2010/2/11 tonystamp <[email protected]> > > Thanks for the reply. > > Had a look at a simple project created with Zend_Tool. Seems to be very > similar to what i have, except i have an extra library of code created > under > application: > > application/library/Zend > application/library/MyRepo > > I have this in the application.ini already: > includePaths.library = APPLICATION_PATH "/../library" > ...but it still does not seem to find files located in MyRepo ??? Which is > why i thought it might be something to do with setting up a namespace for > application/library/MyRepo? > -- > View this message in context: > http://n4.nabble.com/bootstrap-include-path-confusion-tp1475010p1477891.html > Sent from the Zend Framework mailing list archive at Nabble.com. >
