示例#1
0
 public function __construct(Relational\IPlatform $Platform)
 {
     $this->CreateTables();
     parent::__construct($Platform);
 }
示例#2
0
 public function __construct(Relational\IPlatform $Platform, array $Tables)
 {
     $this->Tables = $Tables;
     parent::__construct($Platform);
 }