コード例 #1
0
ファイル: pages.php プロジェクト: bohmszi/kdbe_cms
 protected function _indexPage(&$iaView)
 {
     if (isset($_POST['preview'])) {
         $this->_previewPage($iaView->get('action'));
     }
     parent::_indexPage($iaView);
 }
コード例 #2
0
ファイル: hooks.php プロジェクト: rentpad/subrion
 protected function _indexPage(&$iaView)
 {
     parent::_indexPage($iaView);
     $iaView->display($this->getName());
 }