コード例 #1
0
ファイル: Sources.php プロジェクト: Alexandr1987/barricade
 public function actionDefault()
 {
     $this->data->items = Source::findAll();
 }