Lines Matching refs:getConf
42 if(!$this->getConf('server') || !$this->getConf('user') || !$this->getConf('database')) {
84 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('checkPass'));
85 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql);
105 $drupalroot = $this->getConf('drupalRoot');
186 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('getUserInfo'));
187 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql);
212 $sql = str_replace('%{user}', $this->_escape($user), $this->getConf('getGroups'));
213 $sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $sql);
237 …$sql = str_replace('%{drupal_prefix}', $this->getConf('drupalPrefix'), $this->getConf('getUserCoun…
310 …$con = @mysql_connect($this->getConf('server'), $this->getConf('user'), $this->getConf('password')…
312 if((mysql_select_db($this->getConf('database'), $con))) {
319 if($this->getConf('charset')) {
320 mysql_query('SET CHARACTER SET "'.$this->getConf('charset').'"', $con);
325 …$this->_debug("MySQL err: No access to database {$this->getConf('database')}.", -1, __LINE__, __FI…
329 … "MySQL err: Connection to {$this->getConf('user')}@{$this->getConf('server')} not possible.",
363 if($this->getConf('debug') >= 2) {
411 if(!$this->getConf('debug')) return;
427 if($this->getConf('debug') >= 2) {
462 $ttl = $this->getConf('TablesToLock');