コード例 #1
0
ファイル: BaseController.php プロジェクト: FRED5DON/MemoServo
 public function getDbCon()
 {
     if (!$this->dbCon) {
         $this->dbCon = DbCon::getDbcon();
     }
     return $this->dbCon;
 }