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
./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
@see the Wiki pages! Or you can see some examples since v1.0.3 inside src/SuchTable/Example folder