PATH:
home
/
letacommog
/
letaweb
/
protected
/
extensions
/
yiibooster
/
gii
/
bootstrap
/
templates
/
default
<?php /** * The following variables are available in this template: * - $this: the BootCrudCode object */ ?> <?php echo "<?php\n"; $label = $this->pluralize($this->class2name($this->modelClass)); echo "\$this->breadcrumbs=array( '$label', );\n"; ?> $this->menu=array( array('label'=>'Create <?php echo $this->modelClass; ?>','url'=>array('create')), array('label'=>'Manage <?php echo $this->modelClass; ?>','url'=>array('admin')), ); ?> <h1><?php echo $label; ?></h1> <?php echo "<?php"; ?> $this->widget('booster.widgets.TbListView',array( 'dataProvider'=>$dataProvider, 'itemView'=>'_view', )); ?>
[+]
..
[-] _view.php
[edit]
[-] admin.php
[edit]
[-] _search.php
[edit]
[-] controller.php
[edit]
[-] view.php
[edit]
[-] index.php
[edit]
[-] create.php
[edit]
[-] _form.php
[edit]
[-] update.php
[edit]