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
index.php
Go to the documentation of this file.
1
<?php
2
$this->
breadcrumbs
=array(
3
'Personal Infos'
,
4
);
5
6
$this->
menu
=array(
7
array(
'label'
=>
'Create PersonalInfo'
,
'url'
=>array(
'create'
)),
8
array(
'label'
=>
'Manage PersonalInfo'
,
'url'
=>array(
'admin'
)),
9
);
10
?>
11
12
<h1>Personal Info</h1>
13
14
<ul
class
=
"thumbnails clearfix"
>
15
<?php $this->widget(
'bootstrap.widgets.TbListView'
,array(
16
'dataProvider'
=>$dataProvider,
17
'itemView'
=>
'_view'
,
18
)); ?>
19
20
</ul>
21
22
app
themes
abound
views
personalInfo
index.php
Generated on Tue Jun 30 2015 20:12:30 for HCE Project DC service web UI by
1.8.1.2