EliteConf
 All Data Structures Namespaces Files Functions Variables Pages
index.php
Go to the documentation of this file.
1 <?php
2 /* @var $this ConferenceController */
3 /* @var $dataProvider CActiveDataProvider */
4 
10 $this->breadcrumbs=array(
11  'Conferences',
12 );
13 
14 $this->menu=array(
15  array('label'=>'Create Conference', 'url'=>array('create')),
16  array('label'=>'Manage Conference', 'url'=>array('admin')),
17 );
18 ?>
19 
20 <h1>Conferences</h1>
21 
22 <?php $this->widget('zii.widgets.CListView', array(
23  'dataProvider'=>$dataProvider,
24  'itemView'=>'_view',
25 )); ?>