Esempio n. 1
0
 public function actionListall()
 {
     $model = new FrendpovodSearch();
     $params = $model->listall();
     return $this->render('listall', $params);
 }