public function __construct($db, $table) { parent::__construct($db, $table); }
public function __construct($db, $table) { parent::__construct($db, $table); // $this->table = $db->quoteIdentifier($this->table); }