HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
update.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 => array('view','id' => $model->id),
'Update',
)

Definition at line 5 of file update.php.

$this menu
Initial value:
array(
array('label' => 'List JobsLogs', 'url' => array('index')),
array('label' => 'View JobsLogs', 'url' => array('view', 'id' => $model->id)),
array('label' => 'Manage JobsLogs', 'url' => array('admin')),
)

Definition at line 11 of file update.php.