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
update.php
Go to the documentation of this file.
1
<?php
2
/* @var $this JobsLogsController */
3
/* @var $model JobsLogs */
4
5
$this->
breadcrumbs
= array(
6
'Jobs Logs'
=> array(
'index'
),
7
$model->id => array(
'view'
,
'id'
=> $model->id),
8
'Update'
,
9
);
10
11
$this->
menu
= array(
12
array(
'label'
=>
'List JobsLogs'
,
'url'
=> array(
'index'
)),
13
array(
'label'
=>
'View JobsLogs'
,
'url'
=> array(
'view'
,
'id'
=> $model->id)),
14
array(
'label'
=>
'Manage JobsLogs'
,
'url'
=> array(
'admin'
)),
15
);
16
?>
17
18
<h1>Update
JobsLogs
<?php echo $model->id; ?></h1>
19
20
<?php $this->renderPartial(
'_form'
, array(
'model'
=> $model)); ?>
app
protected
modules
job
views
jobsLogs
update.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2