1: <?php
2: /**
3: * BootstrapGenerator class file.
4: * @author Christoffer Niska <[email protected]>
5: * @copyright Copyright © Christoffer Niska 2013-
6: * @license http://www.opensource.org/licenses/bsd-license.php New BSD License
7: * @package bootstrap.gii
8: */
9:
10: Yii::import('gii.generators.crud.CrudGenerator');
11:
12: class BootstrapGenerator extends CrudGenerator
13: {
14: public $codeModel = 'bootstrap.gii.bootstrap.BootstrapCode';
15: }