tutto/datagrid-bundle
Composer 安装命令:
composer require tutto/datagrid-bundle
包简介
This bundle provide build data grids
关键字:
README 文档
README
Installation
TuttoDataGridBundle can be conveniently installed via Composer. Just add the
following to your composer.json file:
// composer.json
{
// ...
require: {
// ...
"tutto/xhtml-bundle": "1.0.*@dev"
}
}
In AppKernel.php file add this:
<?php
// in AppKernel::registerBundles()
$bundles = array(
// ...
new Tutto\Bundle\DataGridBundle\TuttoDataGridBundle(),
new Tutto\Bundle\XhtmlBundle\TuttoXhtmlBundle(),
new \Tutto\Bundle\UtilBundle\TuttoUtilBundle()
// ...
);
统计信息
- 总下载量: 19
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-03