asgrim/mal

This package is abandoned and no longer maintained. No replacement package was suggested.

Mighty Asgrim's Library

0.1.1 2013-05-11 07:15 UTC

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

  1. Add asgrim/mal to your composer.json

  2. Run php composer.phar update or php composer.phar install

  3. Add this line to your application.ini

    autoloaderNamespaces[] = "MAL_"

  4. 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.)