Templates: Template.inc Vincent DiBartolo (contact me)
The Template class provides the base for generic processing of often-used snippets. Utilizing the SQLCall class, this class will take a code snippet (or load one from a file - even more convenient at times) and fill it out with the results of a database query. See my DropDown class for the first logical progression of this idea, with more to come as I develop them.