HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 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)); ?>