jitb / pomm-module

此包已废弃且不再维护。作者建议使用 pomm-project/pomm-module 包。

提供 Pomm 基本功能的 Zend Framework 2 模块

dev-master 2016-02-09 08:22 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:36:40 UTC


README

Pomm zf2 模块

安装

此包可以通过 composer 安装

https://packagist.org.cn/packages/jitb/pomm-module

查看更多:https://packagist.org.cn/users/Jack%20in%20the%20Box/

配置

只需将其添加到应用程序配置文件中

return array( 'pomm' => array( 'databases' => array( 'con1' => array ( 'dsn' => 'pgsql://postgres:postgres@127.0.0.1/myschema', 'name' => 'con1', ), ), ), );

待办事项

添加认证适配器配置 添加分页器