Roll Your Own Repository in PHP: the Data Access Layer
Discuss Roll Your Own Repository in PHP: the Data Access Layer in the Development Articles forum on Dev Shed. Roll Your Own Repository in PHP: the Data Access Layer Development Articles forum discussing articles and tutorials located at http://www.devshed.com. See what our authors have created for your viewing pleasure.
Posts: 1,533
Time spent in forums: < 1 sec
Reputation Power: 0
Roll Your Own Repository in PHP: the Data Access Layer
In this second installment of the series, I create a simple data access layer. It will be comprised of a single interface, and a basic MySQL abstraction class.