deg/table
最新稳定版本:v2.0
Composer 安装命令:
composer require deg/table
包简介
Simple html table builder
README 文档
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.
统计信息
- 总下载量: 26
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2015-04-29