Lines Matching refs:dbcon
193 if(($this->dbcon) && ($user)) {
251 if($this->dbcon && is_array($grps)) {
299 if(!$this->dbcon) {
303 $this->dbcon = $con;
320 if($this->dbcon) {
321 $this->dbcon->close();
322 $this->dbcon = 0;
363 if($this->dbcon) {
365 $result = $this->dbcon->query($query);
372 $this->_debug('SQLite err: '. $this->dbcon->lastErrorMsg(), -1, __LINE__, __FILE__);
389 if($this->dbcon) {
391 $result = $this->dbcon->exec($query);
395 $this->_debug('SQLite err: '. $this->dbcon->lastErrorMsg(), -1, __LINE__, __FILE__);
409 if($this->dbcon) {
424 if($this->dbcon) {
441 $string = $this->dbcon->escapeString($string);