PATH:
home
/
letacommog
/
letaweb
/
protected
/
extensions
/
yiibooster
/
gii
/
bootstrap
<?php /** *## BootstrapGenerator class file. * * @author Christoffer Niska <ChristofferNiska@gmail.com> * @copyright Copyright © Christoffer Niska 2011- * @license http://www.opensource.org/licenses/bsd-license.php New BSD License */ Yii::import('gii.generators.crud.CrudGenerator'); /** *## Class BootstrapGenerator * * @package booster.gii */ class BootstrapGenerator extends CrudGenerator { public $codeModel = 'booster.gii.bootstrap.BootstrapCode'; }
[+]
..
[+]
templates
[-] BootstrapCode.php
[edit]
[+]
views
[-] BootstrapGenerator.php
[edit]