latham
2011-06-22 d85c3dae493f89881907e59457984ea4febedcff
Add some notes, and todo about the validators

2 files modified
10 ■■■■■ changed files
CODING_NOTES.php.txt 5 ●●●●● patch | view | raw | blame | history
TODO.txt 5 ●●●●● patch | view | raw | blame | history
CODING_NOTES.php.txt
@@ -122,4 +122,9 @@
$web_config = $app->getconf->get_server_config($server_id,'web');
//*****************************************************************************
// Learn about the form validators
//*****************************************************************************
There are form validators in interface/lib/classes/tform.inc.php to make validating forms easier.
Read about: REGEX,UNIQUE,NOTEMPTY,ISEMAIL,ISINT,ISPOSITIVE,ISIPV4,CUSTOM
TODO.txt
@@ -6,6 +6,11 @@
Please feel free to edit this file, add new tasks,
remove done tasks or assign yourself to a task.
Form Validators
--------------------------------------
ISIPV4 does a manual check, PHP5 now has FILTER_VALIDATE_IP, FILTER_FLAG_IPV4 which may be better.
There also will be a time to add ISIPV6 or ISIPADDR to validate for IPv6 or both
Installer
--------------------------------------