HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
BootstrapGenerator.php
Go to the documentation of this file.
1 <?php
10 Yii::import('gii.generators.crud.CrudGenerator');
11 
17 class BootstrapGenerator extends CrudGenerator
18 {
19  public $codeModel = 'booster.gii.bootstrap.BootstrapCode';
20 }