Session::get('auth', 'host', true), 'driver' => Session::get('db', 'driver'), 'username' => Session::get('auth', 'user', true), 'password' => Session::get('auth', 'pwd', true) ); return $param; } public function getError() { return $this->error; } private function setError($str) { $this->error = $str; return false; } } ?>