How to indicate zend framework where my custom classes are
Posted
by curro
on Stack Overflow
See other posts from Stack Overflow
or by curro
Published on 2010-03-22T20:46:38Z
Indexed on
2010/03/22
21:01 UTC
Read the original article
Hit count: 293
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
© Stack Overflow or respective owner