Just a collection of lib classes for Zend Framework 1 I've made that sort of make my life easier. These are mainly just me messing around!
Released under The BSD License (see LICENSE for details)
-
Add
asgrim/mal
to yourcomposer.json
-
Run
php composer.phar update
orphp composer.phar install
-
Add this line to your application.ini
autoloaderNamespaces[] = "MAL_"
-
Drink some wine (you'll need it...)
Stuff I may or may not add in the future:
o A basic eCommerce system (models/mappers/Db_Tables/actions/etc.) o A basic HTML CMS (models/mappers/Db_Tables/actions/etc.)