aur1mas / zend-a
This package is abandoned and no longer maintained.
No replacement package was suggested.
There is no license information available for the latest version (dev-master) of this package.
Zend Addition. Missing Zend Framework components
dev-master
2012-11-19 07:37 UTC
Requires
This package is not auto-updated.
Last update: 2022-02-01 12:21:35 UTC
README
ZendA - is ZendAddons library which completes missing Zend Framework functionality.
Version: 0.4.4
Instaliation
-
Through http://getcomposer.org. In your composer.json file add:
"aur1mas/zend-a": "dev-master"
1.1 Update your Composer libs
php composer.phar update
-
In your application.ini file add:
autoloaderNamespaces[] = "ZendA"
-
And in your Bootstrap.php file:
$view->addHelperPath('ZendA/View/Helper/', 'ZendA_View_Helper');
Tests
To run tests you must add Zend directory. I do this by adding symbolic link for example:
ln -s /Users/user/Sites/htdocs/Zend/Current/ Zend
Issues
Use github.com issue tracker to report problems & feature requests. All pull requests must be covered by tests.