示例#1
0
 public function __construct($ctx, $connectionString)
 {
     $this->dbc = DBCFactory::getConnector($ctx, $connectionString);
     parent::__construct($ctx);
     $this->dbc->createTable($ctx);
 }
示例#2
0
 public function __construct($context)
 {
     parent::__construct($context);
 }