EliteConf
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
test
protected
views
paper
update.php
Go to the documentation of this file.
1
<?php
2
/* @var $this PaperController */
3
/* @var $model Paper */
4
5
$this->
breadcrumbs
=array(
6
'Papers'
=>array(
'index'
),
7
$model->id=>array(
'view'
,
'id'
=>$model->id),
8
'Update'
,
9
);
10
11
$this->
menu
=array(
12
array(
'label'
=>
'List Paper'
,
'url'
=>array(
'index'
)),
13
array(
'label'
=>
'Create Paper'
,
'url'
=>array(
'create'
)),
14
array(
'label'
=>
'View Paper'
,
'url'
=>array(
'view'
,
'id'
=>$model->id)),
15
array(
'label'
=>
'Manage Paper'
,
'url'
=>array(
'admin'
)),
16
);
17
?>
18
19
<h1>Update
Paper
<?php echo $model->id; ?></h1>
20
21
<?php echo $this->renderPartial(
'_form'
, array(
'model'
=>$model)); ?>
Generated on Sun Jun 2 2013 05:35:38 for EliteConf by
1.8.4