summaryrefslogtreecommitdiffstats
path: root/app/class/form.class.php (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-06* Bug fix in Form class - populate function -- If a field was set in $input, ...M1-3/+3
2015-12-05* Form class fields now have the ability to set a default value. Default val...M1-13/+25
2015-12-05+ Implemented populate function in Form classM1-3/+97
2015-12-05+ Added numeric and enum types to Form classM1-0/+37
2015-12-03+ Started Form class definitionM1-0/+35