コード例 #1
0
ファイル: presenter_default.php プロジェクト: optiva/xGlide
 public function __construct()
 {
     try {
         parent::__construct();
         $this->model();
         $this->view();
     } catch (Exception $e) {
         exit($e->getMessage());
     }
 }