manuscle / such-table
Zend Framework 2 Module for generating HTML tables
Installs: 35
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Type:module
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
This module provide tools to generate an Html table from various type of data.
It's work with array or doctrine result.
This module doesn't have direct interaction with database.
It's work with table elements (like zend form do with form elements).
You can work with Entity during the table generation.
You can help, contact me on IRC #zftalk.dev channel or #zftalk-fr
Installation
./composer.phar require manuscle/such-table
#when asked for version, type "dev-master"
Enable the module into application.config.php
return array( 'modules' => array( 'SuchTable', 'Application', /** ../.. **/ ), );
Go to the example page http://your_web_project/suchTable
Example
@see the Wiki pages! Or you can see some examples since v1.0.3 inside src/SuchTable/Example folder