manuscle/such-table

This package is abandoned and no longer maintained. No replacement package was suggested.

Zend Framework 2 Module for generating HTML tables

v1.0.5 2017-05-10 14:00 UTC

This package is not auto-updated.

Last update: 2021-07-09 23:01:45 UTC


README

Master Branch Build Status Latest Stable Version Coverage Status Latest Unstable Version

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

Example of result: Employee list