Procedural File: FormValidator.class.php
Source Location: /main/inc/lib/formvalidator/FormValidator.class.php
Classes:
FormValidator
Objects of this class can be used to create/manipulate/validate user input.
Page Details:
Includes:
require_once('HTML/QuickForm/advmultiselect.php') [line 25]
require_once('HTML/QuickForm.php') [line 24]
NO_HTML [line 31]
STUDENT_HTML [line 32]
STUDENT_HTML_FULLPAGE [line 34]
TEACHER_HTML [line 33]
TEACHER_HTML_FULLPAGE [line 35]
html_filter [line 349]
string html_filter(
string $html, [int $mode = NO_HTML])
|
|
Clean HTML
Tags:
Parameters
| int |
$mode |
|
| string |
$html |
HTML to clean |
html_filter_student [line 360]
void html_filter_student(
$html)
|
|
Parameters
html_filter_student_fullpage [line 368]
void html_filter_student_fullpage(
$html)
|
|
Parameters
html_filter_teacher [line 356]
void html_filter_teacher(
$html)
|
|
Parameters
html_filter_teacher_fullpage [line 364]
void html_filter_teacher_fullpage(
$html)
|
|
Parameters
|