News Feed
Jobs Feed
Sections




News Archive
IBM developerWorks:
Five common PHP design patterns
July 19, 2006 @ 06:09:24

The IBM developerWorks site brings us yet another fine PHP-related article with this new tutorial today, a look at five common design patterns (and how to use them).

It's difficult to demonstrate the value of patterns using small examples. They often look like overkill because they really come into play in large code bases.

This article can't show huge applications, so you need to think about ways to apply the principles of the example -- and not necessarily this exact code -- in your larger applications. That's not to say that you shouldn't use patterns in small applications. Most good applications start small and become big, so there is no reason not to start with solid coding practices like these.

The five patterns they cover are:

  • the Factory pattern
  • the Singleton pattern
  • the Observer pattern
  • the Chain-of-Command pattern
  • the Strategy pattern
For each, they explain (basically) how it works and include some sample code to show it in action. There's also diagrams showing how the different parts of the pattern relate to each other.

0 comments voice your opinion now!
common five design patterns example tutorial common five design patterns example tutorial


blog comments powered by Disqus

Similar Posts

John Highland's Blog: LifeStreaming Is Simple As Pie

Richard Thomas' Blog: Solar Framework Shorts - Using Multiple auth adapters

PHPFreaks.com: Working with checkboxes and a database

ProDevTips.com: Ajax, ZF and Smarty feed reader - part 1

DevShed: Inserting, Updating and Deleting Database Rows with Code Igniter


Community Events









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


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

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