Beispiel #1
0
 public function __construct($Host, $User, $Password, $Db_name)
 {
     parent::__construct($Host, $User, $Password, $Db_name);
     $this->query(sprintf(CREATE_TABLE_TEMPLATE, ORDERS_TABLE));
 }