Example #1
0
 public function actionOneNews($id)
 {
     $onenews = News::findOne($id);
     return $this->render('one', ['onenews' => $onenews]);
 }