News Feed
Jobs Feed
Sections




News Archive
DevShed:
Working with MySQL Result Sets and the Decorator Pattern in PHP
September 06, 2006 @ 06:58:38

DevShed continues its look at the Decorator pattern with this new article today talking about working with MySQL result sets inside of the structure of the Decorator pattern.

Definitely, the pattern in question can be used for generating different types of outputs (or views) based on a returned result set, by using a few decorator classes that I'll define in the course of this tutorial. Hopefully, when you finish reading these lines, you should have a clear idea of how to include decorator classes in your object-based PHP applications.

They start off by showing how they're going to handle the MySQL result sets normally with a class and how to use that class in an example. Finally, they tie all of that in with the Decorator pattern, creating multiple Decorator classes to handle the various MySQL result set types.

0 comments voice your opinion now!
decorator pattern mysql result set tutorial part2 decorator pattern mysql result set tutorial part2


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Decoupling Interfaces from Implementation - Using Separated Interfaces

WebReference.com: Database-enabled Ajax with PHP

PHPBuilder.com: Testing with the Zend Framework: How to Get Started

Doug Brown's Blog: Use PHP to Twitter Your Tweets

IBM developerWorks: Introduction to MVC programming with Agavi (Parts 4 & 5)


Community Events











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


release zendframework2 series code conference opinion unittest example tool testing framework application language community podcast interview functional development phpunit introduction

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