zf-commons/zfc-base
最新稳定版本:v0.1.2
Composer 安装命令:
composer require zf-commons/zfc-base
包简介
A set of genetic (abstract) classes which are commonly used across multiple modules.
关键字:
README 文档
README
Version 0.0.1 Created by Evan Coury and the ZF-Commons team
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.
Requirements
- Zend Framework 2
Installation
Simply clone this project into your ./vendor/ directory and enable it in your
./config/application.config.php file.
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 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.
统计信息
- 总下载量: 1.05M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 150
- 点击次数: 1
- 依赖项目数: 61
- 推荐数: 3
其他信息
- 授权协议: Unknown
- 更新时间: 2012-05-19