示例#1
0
 public function __construct(Database $db, array $schema = array())
 {
     $this->db = $db;
     parent::__construct($db, $schema);
 }