HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
admin.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'),
Yii::t('app', 'Manage'),
)

Definition at line 5 of file admin.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')),
)

Definition at line 11 of file admin.php.