Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-08 | + Added bool field type to Form class | M | 1 | -0/+8 | |
2015-12-06 | * Bug fix in Form class - populate function -- If a field was set in $input, ↵ | M | 1 | -3/+3 | |
but equal to "", the isset check would not behave as expected | |||||
2015-12-05 | * Form class fields now have the ability to set a default value. Default ↵ | M | 1 | -13/+25 | |
value is applied if the supplied $input array has no key matching the field name. | |||||
2015-12-05 | + Implemented populate function in Form class | M | 1 | -3/+97 | |
+ Added helper function in Form class, logError ! Finished Form class for now | |||||
2015-12-05 | + Added numeric and enum types to Form class | M | 1 | -0/+37 | |
2015-12-03 | + Started Form class definition | M | 1 | -0/+35 | |