Go to the source code of this file.
Variable Documentation
Initial value: array(
'Jobs Logs' => array('index'),
$model->id,
)
Definition at line 5 of file view.php.
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.