Download the PHP package moln/gzfextra without Composer
On this page you can find all versions of the php package moln/gzfextra. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download moln/gzfextra
More information about moln/gzfextra
Files in moln/gzfextra
Download moln/gzfextra
More information about moln/gzfextra
Files in moln/gzfextra
Please rate this library. Is it a good library?
Informations about the package gzfextra
gzfextra
Zend framework 2 extra
Installation using Composer
Db - 数据库抽象调用
ZF2 自建 TableGateway
方法比较麻烦, 每个Table 要在 service_manager 加配置.
Gzfextra\Db\TableGateway\TableGatewayAbstractServiceFactory
为抽象常用 TableGateway 调用.
Example - 使用举例
module.config.php
User\Model\UserTable.php
控制器调用
Router - 公共路由
ZF2 自带的 Zend\Mvc\ModuleRouteListener
不方便, 每新的 Controller
都需要在 ControllerPlugin
配置下.
Gzfextra\Router\GlobalModuleRouteListener
Example - 使用举例
默认路由方式: /module/controller/action/param1/value1/param2/value2/...
FileStorage - 文件存储抽象
文件存储模式
- Filesystem (存储文件系统
- Ftp (存储FTP
- Sftp (存储sftp
Example - 使用举例
module.config.php
工厂方式
抽象工厂
控制器调用
Tool - Gzfextra 工具
依赖 zendframework/zftool
EasyMvc - (正在评估ZF2 框架流程是否能简化部分)
Mvc - 扩展Mvc模块
Gzfextra\Controller\Plugin\Params
类似 ZF1的 $this->getParam(), 默认取路由, 不存在取POST&GET
UiFramework
目前限 KendoUi
- KendoUi 的控制器插件
All versions of gzfextra with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
zendframework/zend-db Version 2.*
zendframework/zend-servicemanager Version 2.*
zendframework/zend-eventmanager Version 2.*
zendframework/zend-db Version 2.*
zendframework/zend-servicemanager Version 2.*
zendframework/zend-eventmanager Version 2.*
The package moln/gzfextra contains the following files
Loading the files please wait ....