1
0
www.mikescher.com/www/protected/extensions/bootstrap/gii/bootstrap/BootstrapGenerator.php
2014-05-13 14:06:18 +02:00

15 lines
433 B
PHP

<?php
/**
* BootstrapGenerator class file.
* @author Christoffer Niska <ChristofferNiska@gmail.com>
* @copyright Copyright &copy; Christoffer Niska 2013-
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
* @package bootstrap.gii
*/
Yii::import('gii.generators.crud.CrudGenerator');
class BootstrapGenerator extends CrudGenerator
{
public $codeModel = 'bootstrap.gii.bootstrap.BootstrapCode';
}