HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this JobsLogsController */
3 /* @var $dataProvider CActiveDataProvider */
4 
5 $this->breadcrumbs = array(
6  'Jobs Logs',
7 );
8 
9 $this->menu = array(
10  array('label' => 'Manage JobsLogs', 'url' => array('admin')),
11 );
12 ?>
13 
14 <h1>Jobs Logs</h1>
15 
16 <?php $this->widget('zii.widgets.CListView', array(
17  'dataProvider' => $dataProvider,
18  'itemView' => '_view',
19 )); ?>