manuscle / such-table
此包已被弃用且不再维护。没有推荐替代包。
用于生成HTML表的Zend Framework 2模块
v1.0.5
2017-05-10 14:00 UTC
Requires
- php: >=5.5
- zendframework/zendframework: 2.*
Requires (Dev)
- doctrine/doctrine-orm-module: 0.*
- phpunit/phpunit: *
- satooshi/php-coveralls: dev-master
This package is not auto-updated.
Last update: 2021-07-09 23:01:45 UTC
README
本模块提供从各种类型数据生成HTML表的工具。
它适用于数组或doctrine结果。
本模块不直接与数据库交互。
它适用于表格元素(如zend表单对表单元素的处理)。
您可以在表格生成过程中使用实体。
如果您想提供帮助,可以在IRC #zftalk.dev频道或#zftalk-fr与我联系
安装
./composer.phar require manuscle/such-table
#when asked for version, type "dev-master"
在application.config.php中启用模块
return array( 'modules' => array( 'SuchTable', 'Application', /** ../.. **/ ), );
访问示例页面 http://your_web_project/suchTable
示例
请参阅Wiki页面!或者您也可以查看自v1.0.3版本以来在src/SuchTable/Example文件夹内的示例