HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
view.php File Reference

Go to the source code of this file.

Variables

$this breadcrumbs
$this menu

Variable Documentation

$this breadcrumbs
Initial value:
array(
'Jobs Logs' => array('index'),
$model->id,
)

Definition at line 5 of file view.php.

$this menu
Initial value:
array(
array('label' => 'List JobsLogs', 'url' => array('index')),
array('label' => 'Update JobsLogs', 'url' => array('update', 'id' => $model->id)),
array('label' => 'Delete JobsLogs', 'url' => '#', 'linkOptions' => array('submit' => array('delete','id' => $model->id),'confirm' => 'Are you sure you want to delete this item?')),
array('label' => 'Manage JobsLogs', 'url' => array('admin')),
)

Definition at line 10 of file view.php.