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

Cats Who Code: Sending SMS with PHP and TextMagic: An A to Z guide

Jeremy Cook: Turbocharging your Logs

Rob Allen's Blog: Zend Framework Tutorial Update & Autoloader Gotcha

PHPBuilder.com: Securing Data Sent Via GET Requests

Richard Thomas' Blog: Using jQuery with Solar


Community Events











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


language podcast functional development example framework introduction object release composer series database code zendframework2 opinion tool interview phpunit testing community

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