News Feed
Jobs Feed
Sections

Recent Jobs

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



Similar Posts

Mikko Koppanen's Blog: Creating buttons with Imagick

Zend Developer Zone: 2 Beginners Guides I Wish I had when I Started with PHP

DevShed: Searching and Replacing Nodes with SimpleXML in PHP 5 (Part 3)

DeveloperTutorials.com: How to Install PHP 5 on Linux

Joshua Eichorn's Blog: Adding AJAX to a Website step by step, Part II


Community Events







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


example code package release job book database ajax zend application conference releases PEAR framework PHP5 cakephp developer zendframework mysql security

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