News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using the Observer Design Pattern with Static Data in PHP 5
September 17, 2007 @ 12:01:00

DevShed continues their look at handling static data in a dynamic application with the final part of the series - using the observer design pattern to handle the insertion of the static information.

I'll show you how to use a static property, along with the programmatic model dictated by the observer pattern, to implement an expandable data validation system. This task might have an immediate application in a real situation.

They show how to handle user information (as defined as properties in the creation of the user objects) and pushing that data back out into the page. The observer pattern comes into play when they go to validate the user information checking to see if it's all alphabetical, numeric or an email address.

4 comments voice your opinion now!
observer designpattern static data tutorial php5 observer designpattern static data tutorial php5


blog comments powered by Disqus

Similar Posts

PHP.net: 5.2.9-1 (for Windows) released

SEO Expert Blog: Amazon Wish Lists with SimpleXML

Wez Furlong's Blog: PDO FUD; less anecdotes, more facts

PHPBuilder.com: Using the PEAR Pager Package to Paginate MySQL Results

DevShed: Working with Prepared Queries with PDO Objects in PHP 5


Community Events











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


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

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