Searched refs:joomlaConfig (Results 1 – 1 of 1) sorted by relevance
19 protected $joomlaConfig = array(); variable in auth_plugin_authjoomla366 $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;