bashgid/web/protected/views/video/index.php

21 lines
395 B
PHP
Raw Permalink Normal View History

2015-06-26 10:03:20 +00:00
<?php
/* @var $this VideoController */
/* @var $dataProvider CActiveDataProvider */
$this->breadcrumbs=array(
'Videos',
);
$this->menu=array(
array('label'=>'Create Video', 'url'=>array('create')),
array('label'=>'Manage Video', 'url'=>array('admin')),
);
?>
<h1>Videos</h1>
<?php $this->widget('zii.widgets.CListView', array(
'dataProvider'=>$dataProvider,
'itemView'=>'_view',
)); ?>