asgrim/mal
Mighty Asgrim's Library
Maintainers
Requires
- php: >= 5.2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
BSD-3-Clause 5661de81b56958d9d19401a1c6c8c34908ee3a97
This package is not auto-updated.
Last update: 2019-02-20 17:27:16 UTC
README
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)
Installation
-
Add
asgrim/malto yourcomposer.json -
Run
php composer.phar updateorphp composer.phar install -
Add this line to your application.ini
autoloaderNamespaces[] = "MAL_"
-
Drink some wine (you'll need it...)
Future Stuff
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.)
