HCE Project DC service web UI
0.2
Hierarchical Cluster Engine DC service web UI
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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>
app
protected
modules
account
views
account
index.php
Generated on Tue Jun 30 2015 20:12:30 for HCE Project DC service web UI by
1.8.1.2