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
account.php
Go to the documentation of this file.
1
<?php
2
/* @var $this AccountUsersController */
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><?php echo Yii::t(
'app'
,
'Accounts'
) ?></h1>
app
protected
modules
account
views
accountUsers
account.php
Generated on Tue Jun 30 2015 20:12:35 for HCE Project DC service web UI by
1.8.1.2