This commit is contained in:
Qiang Xue
2013-03-05 23:25:50 -05:00
parent 5f774db6d1
commit 1f522d22b4
4 changed files with 102 additions and 155 deletions

View File

@@ -34,7 +34,7 @@ use Yii;
*
* $this->render('index', array(
* 'models' => $models,
* 'pages' => $pages
* 'pages' => $pages,
* ));
* }
* ~~~