News Feed
Jobs Feed
Sections




News Archive
DevShed:
Refactoring the MySQL Abstraction Class with the Active Record Pattern
April 08, 2009 @ 07:56:18

DevShed has the latest article in their tutorial series looking at the Active Record design pattern posted today. This time they focus on a bit of refactoring to make their MySQL abstraction class a bit easier to use and work better.

As I stated in the end of the [previous] tutorial, however, some methods of this sample class implement redundant business logic, and as a consequence it's necessary to refactor them to fix this issue in a quick and simple manner. Thus, in the next few lines I'll be explaining how to accomplish this process progressively, and as always, accompanied by the corresponding code samples.

They change up some of the CRUD (Create, Read, Update, Delete) functions by dynamically constructing the SQL and updating the fetch functions to allow for more modifiers like "LIKE" or "LIMIT".

0 comments voice your opinion now!
refactor abstraction class activerecord design pattern tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Drawing Basic Rectangles in PDF Documents with PHP 5

Nicolas Grekas (on Github): Improved handling of HTTP requests in PHP

Josh Holmes' Blog: Zend SimpleCloud and Azure

Rob Allen's Blog: Zend Framework Tutorial Zip File Updated

Helgi\'s Blog: Clash of the Titans


Community Events









Don't see your event here?
Let us know!


podcast opinion interview community language api unittest object release development event example code introduction composer functional tool framework zendframework2 testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework