示例#1
0
 public function getDbCon()
 {
     if (!$this->dbCon) {
         $this->dbCon = DbCon::getDbcon();
     }
     return $this->dbCon;
 }