tbrehm
2011-09-08 9c9382e6949e1366c6adb502b7aacae2c11023f7
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