Lines Matching refs:getConf
38 if (!$this->getConf('dsn')) {
46 $this->getConf('dsn'),
47 $this->getConf('user'),
48 conf_decodeString($this->getConf('pass')),
135 $result = $this->query($this->getConf('check-pass'), $userdata);
219 $ok = $this->query($this->getConf('insert-user'), $userdata);
273 $ok = $this->query($this->getConf('update-user-login'), $params);
283 $ok = $this->query($this->getConf('update-user-pass'), $params);
293 $ok = $this->query($this->getConf('update-user-info'), $params);
386 $result = $this->query($this->getConf('list-users'), $filter);
422 $result = $this->query($this->getConf('count-users'), $filter);
437 $sql = $this->getConf('insert-group');
474 $sql = $this->getConf('select-user');
529 $ok = $this->query($this->getConf('delete-user'), $userdata);
549 $sql = $this->getConf('select-user-groups');
580 $sql = $this->getConf('select-groups');
622 $sql = $this->getConf('join-group');
638 $sql = $this->getConf('leave-group');
721 if (!$this->getConf('debug')) return;
750 $sql = trim($this->getConf($key));