예제 #1
0
 public function __construct($settings)
 {
     $dbh = new DatabaseHandler($settings);
     $this->intf = $dbh->getDBConnection();
 }