tbrehm
2011-06-28 f9c7f3f99c5468f6c55ebc707e9e8987e5e88e01
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