Top "Zend-autoloader" questions

how to add a 3rd party library to magento?

The library doesn't need to integrate with magento, it's mostly a wrapper that communicates with an API. I would like …

php magento zend-framework magento-1.7 zend-autoloader
Zend Framework: Autoloading a Class Library

I've got a class library in defined here .../projectname/library/Me/Myclass.php defined as follows: <?php class Me_…

php zend-framework autoload zend-autoloader
Zend Framework 2 autoloading

I am just starting to look at Zend Framework 2 (and am new to ZF in general), and in the user …

php zend-framework2 zend-autoloader
How to include a library to a Zend Framework 2 application using namespace based autoloading?

I created a subfolder MyNamespace in /vendor/ (is it the correct place for own libraries?) and want to use classes …

namespaces zend-framework2 autoload zend-autoloader
Using PHP namespaces in a Zend Framework (v1) application

Is it possible in the current stable version of the Zend Framework (1.11), to work with application classes using PHP namespaces? …

php zend-framework namespaces autoload zend-autoloader
ZF2 - autoloader classmap Fatal Error 'Map file provided does not exist'

I just started Learning Zend Framework but I am having problem with my modules. Please see the below error. I …

php zend-framework2 zend-autoloader