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
view.php
Go to the documentation of this file.
1
<?php
2
/* @var $this SiteController */
3
/* @var $model Site */
4
5
$this->
breadcrumbs
=array(
6
'Sites'
=>array(
'index'
),
7
$model->id,
8
);
9
10
$this->
menu
=array(
11
array(
'label'
=>
'List Site'
,
'url'
=>array(
'index'
)),
12
array(
'label'
=>
'Create Site'
,
'url'
=>array(
'create'
)),
13
array(
'label'
=>
'Update Site'
,
'url'
=>array(
'update'
,
'id'
=>$model->id)),
14
array(
'label'
=>
'Delete Site'
,
'url'
=>
'#'
,
'linkOptions'
=>array(
'submit'
=>array(
'delete'
,
'id'
=>$model->id),
'confirm'
=>
'Are you sure you want to delete this item?'
)),
15
array(
'label'
=>
'Manage Site'
,
'url'
=>array(
'admin'
)),
16
);
17
?>
18
19
<h1>View Site #<?php echo $model->id; ?></h1>
20
21
<?php $this->widget(
'zii.widgets.CDetailView'
, array(
22
'data'
=>$model,
23
'attributes'
=>array(
24
'id'
,
25
'di'
,
26
'ii'
,
27
'did'
,
28
),
29
)); ?>
app
protected
views
site
view.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2