HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
update.php File Reference

Go to the source code of this file.

Variables

$this breadcrumbs
$this menu

Variable Documentation

$this breadcrumbs
Initial value:
array(
Yii::t('app', 'Accounts') => array('//account/account'),
Yii::t('app', 'Account Types') => array('index'),
$model->Type => array('view','id' => $model->Id),
Yii::t('app', 'Update'),
)

Definition at line 5 of file update.php.

$this menu
Initial value:
array(
array('label' => Yii::t('app', 'List AccountTypes'), 'url' => array('index')),
array('label' => Yii::t('app', 'Create AccountTypes'), 'url' => array('create')),
array('label' => Yii::t('app', 'View AccountTypes'), 'url' => array('view', 'id' => $model->Id)),
array('label' => Yii::t('app', 'Manage AccountTypes'), 'url' => array('admin')),
)

Definition at line 12 of file update.php.