Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-12-06 | * Bug fix in Form class - populate function -- If a field was set in $input, ... | M | 1 | -3/+3 |
2015-12-05 | * Form class fields now have the ability to set a default value. Default val... | M | 1 | -13/+25 |
2015-12-05 | + Implemented populate function in Form class | M | 1 | -3/+97 |
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 |