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
$this->
breadcrumbs
= array(
3
UserModule::t
(
'Users'
) => array(
'//user/admin/admin'
),
4
UserModule::t
(
'Profile Fields'
) => array(
'admin'
),
5
$model->title => array(
'view'
,
'id'
=> $model->id),
6
UserModule::t
(
'Update'
),
7
);
8
$this->
menu
= array(
9
array(
'label'
=>
UserModule::t
(
'Create Profile Field'
),
'url'
=> array(
'create'
)),
10
array(
'label'
=>
UserModule::t
(
'View Profile Field'
),
'url'
=> array(
'view'
,
'id'
=> $model->id)),
11
array(
'label'
=>
UserModule::t
(
'Manage Profile Field'
),
'url'
=> array(
'admin'
)),
12
);
13
?>
14
15
<h1><?php echo
UserModule::t
(
'Update Profile Field '
).$model->id; ?></h1>
16
<?php echo $this->renderPartial(
'_form'
, array(
'model'
=> $model)); ?>
app
protected
modules
user
views
profileField
update.php
Generated on Tue Jun 30 2015 20:12:32 for HCE Project DC service web UI by
1.8.1.2