Possible Duplicate:
How to indicate zend framework where my custom classes are
I'm trying to create a new library in Zend. I have a few classes in my new library dir (/library/my-lib)
When I try to create a object from a class in my new library I get a "class not found" found.
Do I need to set something up in my application.ini?