Tag Archive for 'forms'

Working on a Propel Form Builder…

 

Tonight I started working on a set of classes that will build forms for Propel objects.  While Propel already has implementations of PatForms and HTML_QuickForm, they are both not up-to-date in svn.  They both also require Creole for gathering metadata, and I am not at all interested in integrating another library into this project – [...]

Extending HTML_QuickForm_Rule

 

HTML_QuickForm is a very popular PEAR library that eases form design for the web programmer.  It consists of three separate but equally important parts – form components, form renderers, and form validators.  The last of these three is the focus of this week’s tutorial.
Web programmers always have to be considerate of the security risks involved [...]