コード例 #1
0
 public function __construct()
 {
     $this->_db = GPDO::instance();
     parent::__construct();
     if (method_exists($this, 'formOptions')) {
         $this->formOptions = $this->formOptions();
     }
 }
コード例 #2
0
ファイル: homeModel.php プロジェクト: andreyyec/shandLove
 public function __construct($module)
 {
     parent::__construct($module);
 }