Example #1
0
 public function actionSelectPage($id)
 {
     $this->data->items = Page::findAllBy__rubric_id($id);
 }