Example #1
0
 function __construct($args)
 {
     $this->setConnection($args);
     parent::__construct($this->dbname, $this->dbhost, $this->dbuser, $this->dbpassword);
     $this->configure();
 }