15 lines
433 B
PHP
15 lines
433 B
PHP
<?php
|
|
/**
|
|
* BootstrapGenerator class file.
|
|
* @author Christoffer Niska <ChristofferNiska@gmail.com>
|
|
* @copyright Copyright © 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';
|
|
} |