index
:
scrott
master
The Secure Centralized Robust Online Ticketing Tool
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
class
/
form.class.php
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
Changes to the handling of indirect variables, properties, and methods
Malf Furious
1
-6
/
+6
2016-05-26
Add copyright notice to Scrott class files
Malf Furious
1
-0
/
+14
2016-05-01
Fix to Form::saveFile()
Malf Furious
1
-1
/
+3
2016-04-27
Add function Form::saveFile()
Malf Furious
1
-0
/
+41
2016-04-27
Revert "Add form field type 'file'"
Malf Furious
1
-17
/
+0
2016-04-27
Revert "Update function Form::populate() to initialize fields added with Form...
Malf Furious
1
-35
/
+1
2016-04-27
Revert "Add function Form::saveUploadedFile()"
Malf Furious
1
-8
/
+0
2016-03-29
Add function Form::saveUploadedFile()
Malf Furious
1
-0
/
+8
2016-03-27
Update function Form::populate() to initialize fields added with Form::field_...
Malf Furious
1
-1
/
+35
2016-03-27
Add form field type 'file'
Malf Furious
1
-0
/
+17
2016-03-27
Alter representation of form boolean values
Malf Furious
1
-1
/
+1
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
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