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