Exemplo n.º 1
0
 public function __construct()
 {
     $this->LoginParams = (include __DIR__ . '/../includes/DbConf.php');
     self::$DbInstance = new Db($this->LoginParams["DbHost"], $this->LoginParams["DbUser"], $this->LoginParams["DbPass"], $this->LoginParams["DbName"]);
 }