コード例 #1
0
ファイル: Index.php プロジェクト: gembux2012/ksp.dem
 public function actionDefault($limit = null)
 {
     $this->data->items = Story::findAll(['order' => 'published DESC', 'limit' => $limit]);
 }