Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.
Emmanuel Belair edited this page Jun 27, 2014 · 2 revisions

Welcome to the SuchTable wiki!

Be patient, i'm writing the doc ;) You can see some examples since v1.0.3 inside src/SuchTable/Example folder

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

Clone this wiki locally