Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

e-belair/SuchTable

Repository files navigation

SuchTable

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