lagged/zf_crud
Composer 安装命令:
composer require lagged/zf_crud
包简介
Crud controller for ZendFramework(1)
README 文档
README
WORK IN PROGRESS
Requirements
- Twitter Bootstrap (version 3)
Use your own bootstrap css files within your setup. See twitter bootstrap homepage (tags) for versions.
Installation
Add lagged/Zf_Crud to your composer.json!
Usage
...
<?php
class MyController extends \Lagged\Zf\Crud\Controller
{
protected $model = 'My_Zend_Db_Table_Model';
protected $title = 'My Interface';
// Optional
protected $dbAdapter = 'db';
protected $count = 15;
protected $bulkDelete = true;
}
统计信息
- 总下载量: 43
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2012-05-15