What does it do, exactly?
This FormElement object makes creating sticky forms in PHP rather easy.
I was looking for an easy way to make sticky forms in PHP without using clunky code chunks in the value attributes of my form elements. I’m sure there are numerous solutions for this, but hey, lets face it, it’s fun to learn new things! And I saw this as a perfect way to get my feet wet in Object Oriented Programming.
So after some work, here we have some classes that do just what I wanted. They create HTML input elements inside of a form while making these elements sticky, in the event of a validation error (or any other reason to post back the form values) occurs.







