Questions tagged [zend-loader]
32 questions
0
votes
3 answers
accessing a custom library in Zend with proper naming conventions
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…

Faizan Ali
- 509
- 12
- 35
-1
votes
1 answer
how to add a second path to the same namespace in the zend autoloader
We are working on a new zend framework project and most things are going fine with the bootstrap:

msaspence
- 1,424
- 2
- 14
- 25