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
$this->
breadcrumbs
=array(
3
'Personal Infos'
=>array(
'index'
),
4
'Create'
,
5
);
6
7
$this->
menu
=array(
8
array(
'label'
=>
'List PersonalInfo'
,
'url'
=>array(
'index'
)),
9
array(
'label'
=>
'Manage PersonalInfo'
,
'url'
=>array(
'admin'
)),
10
);
11
?>
12
13
<h1>Create PersonalInfo</h1>
14
15
<?php echo $this->renderPartial(
'_form'
, array(
'model'
=>$model)); ?>
app
themes
abound
views
personalInfo
create.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2