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 CustomerController */
3
/* @var $model PersonalInfo */
4
5
$this->
breadcrumbs
=array(
6
'Customers'
=>array(
'index'
),
7
'Create Customer'
,
8
);
9
10
$this->
menu
=array(
11
array(
'label'
=>
'<i class="icon-th-list"></i> List Customers'
,
'url'
=>array(
'index'
)),
12
array(
'label'
=>
'<i class="icon-edit"></i> Manage Customers'
,
'url'
=>array(
'admin'
)),
13
);
14
?>
15
<div
class
=
"page-header"
>
16
<h1>Create Customer</h1>
17
</div>
18
19
<?php echo $this->renderPartial(
'_form'
, array(
'model'
=>$model)); ?>
app
themes
abound
views
customer
create.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2