The Singleton and Factory Patterns in PHP: Building a Form Generator Class
December 7th, 2005 | by admin | devshed.comIn this final part of the series Alejandro Gervasio examines a point that he has not taking into consideration so far that the layout of form elements plays a relevant role within the overall development process. With this in mind he encapsulates the logic needed to generate web forms by defining a form generator class. This class will implement the form element factory along with all of the required form element classes….
(Advertisement) Anatomy of a Native XML Database Learn about the design and architecture of a native XML database, how it gives developers great flexibly storing and indexing XML documents, and how specific design choices drive performance, scalability and features.
Related Posts
Tags: Building, Class, Factory, Form, Generator, Patterns, Singleton
