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-autoloaderI've got a class library in defined here .../projectname/library/Me/Myclass.php defined as follows: <?php class Me_…
php zend-framework autoload zend-autoloaderI am just starting to look at Zend Framework 2 (and am new to ZF in general), and in the user …
php zend-framework2 zend-autoloaderI created a subfolder MyNamespace in /vendor/ (is it the correct place for own libraries?) and want to use classes …
namespaces zend-framework2 autoload zend-autoloaderIs 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-autoloaderI just started Learning Zend Framework but I am having problem with my modules. Please see the below error. I …
php zend-framework2 zend-autoloader