deg / table
There is no license information available for the latest version (v2.0) of this package.
Simple html table builder
v2.0
2015-05-03 22:35 UTC
Requires
- php: >=5.4
- anax/mvc: dev-master
This package is not auto-updated.
Last update: 2025-03-29 20:37:11 UTC
README
Installation
Package needs to be installed within a working Anax-MVC installation.
This package is posted on Packagist as deg/table.
To install using composer, add this to your composer.json.
{
"require": {
"deg/table": "dev-master"
}
}
Install with commands:
composer validate
composer install --no-dev
If all's well, you'll find the package in your vendor directory.
Usage
Begin by copy-pasting content of folders webroot and view to the corresponding Anax-MVC folders
Point browser to webroot/tableTest.php where you'll find a walkthrough of available functions.
Order of function calls is quite inflexible, and most attempts to alter the one suggested in the walkthrough will haunt and annoy you with cruel and unusual exceptions.