HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this AccountController */
3 
4 $this->breadcrumbs = array(
5  'Accounts',
6 );
7 
8 $this->menu = array(
9  array('label' => Yii::t('app', 'Account users'), 'url' => array('//account/accountUsers')),
10  array('label' => Yii::t('app', 'Account types'), 'url' => array('//account/AccountTypes')),
11  array('label' => Yii::t('app', 'Account types limits'), 'url' => array('//account/AccountTypesLimits')),
12 );
13 ?>
14 
15 <h1>Accounts</h1>