Implementing Active Records in PHP - Part 2
In our last episode, I wrote a class I call DataObject. It will be the base class for my Active Record class since it has the basics of what is required in an Active Record class.
A DataObject is basically a OO wrapper around an array, but an Active ...
blog.phpfui.com5 min read