Indometric


Apr 08
Wednesday
Web Development

Refactoring the MySQL Abstraction Class with the Active Record Pattern

  • Sharebar

In this group of articles youll be provided with an approachable guide to building a database accessing class that will use the programming model imposed by the committed record pattern for performing raw CRUD operations on a group of selected MySQL tables, and for fetching database records by using the WHERE, LIKE and LIMIT clauses as well. This is the sixth part of a seven-part series.
– Introduction

When it comes to implementing the committed record design pattern with PHP, in most cases data mapper stuff are used to interact with a certain number of databases. Generally, these stuff act like a single, unified interface that can be used to go CRUD tasks (Start, Retrieve, …


Post Tags:


Post a Comment

 


All content and source © 2010 Indometric. All rights reserved. See our Privacy Policy and DMCA Information