News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Abstract Factory Classes in PHP 5 to Work with Online Forms
February 08, 2007 @ 08:28:00

DevShed has posted the final installment of their series looking at the creation and use of the Abstract Factory pattern. In this new part, they focus on the creation of online forms and their handling as the pattern is applied.

In this last installment of the series, I'm going to show you how to use an abstract factory class to create distinct types of form objects, logically depending on the context where they will be utilized. The idea not only sounds interesting, but it can provide you with a better understanding of how this handy pattern can be used in a real situation.

They start by defining their abstract factory form class and extending it to create a required form element and a normal form element. They make input functions for each - required input box, required radio button, required check box - and their "Normal" counterparts. Finally, they tie these all together to create a simple form with sets of an input box, radio set, and checkboxes both required and normal.

0 comments voice your opinion now!
tutorial design pattern abstract factory class form create tutorial design pattern abstract factory class form create


blog comments powered by Disqus

Similar Posts

PHP-Coding-Practices.com: How To Generate Monochromatic CSS Stylesheets Within Seconds Using PHP

Pavel Shevaev's Blog: Make php-fpm execute arbitrary PHP scripts via socket

SitePoint.com: The CakePHP Framework: Your First Bite

Joshua Thijssen's Blog: Using vagrant and puppet to setup your symfony2 environment

PHPit.net: An Introduction to the Winbinder Library (Part 1)


Community Events









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


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

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