Him Can anyone tell me how can I access the library in ZEND framework and what is the proper naming convention for libraries in ZEND. I have the following struture
--application
--docs
--library
--myLibrary.php (class name is also same)
--public
How can I access this library in my model?