Version 0.0.1 Created by Evan Coury and the ZF-Commons team
ZfcBase provides a suite of common classes used across several ZF2 modules. You probably don't need to install this module unless either A) you are installing a module that depends on ZfcBase, or B) you are building a module that depends on ZfcBase.
- Zend Framework 2
Simply clone this project into your ./vendor/
directory and enable it in your
./config/application.config.php
file.
ZfcBase\Mapper\AbstractDbMapper
- An abstract mapper for Zend\Db that makes using hydrators and custom entities very simple.ZfcBase\Form\ProvidesEventsForm
- Extends Zend\Form and provides the functionality ofZfcBase\EventManager\EventProvider
(basically it's a crutch since we can't use traits yet).ZfcBase\EventManager\EventProvider
- Abstract class that gives extending classes an event manager and related methods.