2017 © Pedro Peláez
 

library zfc-base

A set of genetic (abstract) classes which are commonly used across multiple modules.

image

zf-commons/zfc-base

A set of genetic (abstract) classes which are commonly used across multiple modules.

  • Wednesday, September 28, 2016
  • by SpiffyJr
  • Repository
  • 42 Watchers
  • 159 Stars
  • 575,672 Installations
  • PHP
  • 78 Dependents
  • 4 Suggesters
  • 116 Forks
  • 16 Open issues
  • 5 Versions
  • 3 % Grown

The README.md

ZfcBase

Version 0.0.1 Created by Evan Coury and the ZF-Commons team, (*1)

Build Status, (*2)

Introduction

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., (*3)

Requirements

  • Zend Framework 2

Installation

Simply clone this project into your ./vendor/ directory and enable it in your ./config/application.config.php file., (*4)

Provided Classes

  • 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 of ZfcBase\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.

The Versions

08/02 2013

0.0.1

0.0.1.0 https://github.com/ZF-Commons/ZfcBase

A set of genetic (abstract) classes which are commonly used across multiple modules.

  Sources   Download

The Requires

 

zf2

07/02 2013

0.1.0

0.1.0.0 https://github.com/ZF-Commons/ZfcBase

A set of genetic (abstract) classes which are commonly used across multiple modules.

  Sources   Download

The Requires

 

zf2