コード例 #1
0
 public function widget_copyAction($id)
 {
     $this->view->setRenderLevel(\Phalcon\Mvc\View::LEVEL_ACTION_VIEW);
     $this->view->setVar("id", $id);
     $themes = ThemeLayout::find();
     $this->view->setVar("themes", $themes);
 }