Home
last modified time | relevance | path

Searched refs:joomlaConfig (Results 1 – 1 of 1) sorted by relevance

/plugin/authjoomla3/
H A Dauth.php19 protected $joomlaConfig = array(); variable in auth_plugin_authjoomla3
66 $this->joomlaConfig = new JConfig;
67 $this->joomlaConfig->dbtype = str_replace('mysqli', 'mysql', $this->joomlaConfig->dbtype);
68 …] = sprintf('%s:dbname=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaConfig->db, $this->j…
69 $this->conf['user'] = $this->joomlaConfig->user;
70 $this->conf['pass'] = $this->joomlaConfig->password;
103 return $this->joomlaConfig->dbprefix . $name;