An abstract dataset class in PHP
From my Delphi days, I remember one of its most interesting features: The TDataset class. It was an abstract class used to implement data access from various data sources, including but not limited to databases. One had to derive a TDataset descendant, by implementing its abstract methods, in order to specify the access details of…
