How to indicate zend framework where my custom classes are
- by curro
I have a folder with custom classes in a ZF 1.10 application. The folder is located in public/library. How can I tell ZF where they are? Both application.ini and index.php set the path to the library but then ZF can't find the files.
Thank you