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
create.php
Go to the documentation of this file.
1
<?php
2
/* @var $this AccountUsersController */
3
/* @var $model AccountUsers */
4
5
$this->
breadcrumbs
= array(
6
Yii::t(
'app'
,
'Accounts'
) => array(
'//account/account'
),
7
Yii::t(
'app'
,
'Account Users'
) => array(
'index'
),
8
Yii::t(
'app'
,
'Create'
),
9
);
10
11
$this->
menu
= array(
12
array(
'label'
=> Yii::t(
'app'
,
'List AccountUsers'
),
'url'
=> array(
'index'
)),
13
array(
'label'
=> Yii::t(
'app'
,
'Manage AccountUsers'
),
'url'
=> array(
'admin'
)),
14
);
15
?>
16
17
<h1><?php echo Yii::t(
'app'
,
'Create AccountUsers'
) ?></h1>
18
19
<?php $this->renderPartial(
'_form'
, array(
'model'
=> $model)); ?>
app
protected
modules
account
views
accountUsers
create.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2