コード例 #1
0
ファイル: pmd_root_action.php プロジェクト: smagghe/phpMyDomo
 function __construct(&$class, $action = '')
 {
     parent::__construct($class);
     if ($action) {
         $this->action = $action;
         $this->_require($action);
     }
 }
コード例 #2
0
ファイル: pmd_root_page.php プロジェクト: smagghe/phpMyDomo
 function __construct(&$class)
 {
     parent::__construct($class);
     $this->_init();
 }
コード例 #3
0
 function __construct(&$class)
 {
     parent::__construct($class);
     $this->_require();
     $this->Init();
 }
コード例 #4
0
 function __construct(&$class)
 {
     parent::__construct($class);
     $this->_require();
     $this->ApiLoad();
 }