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