title = "Form Class"; $page->description = "This page describes the Form class and its methods."; $page->content = << Here is the Form class. It may run out to the right a bit.

EOF; $page->content .= "
\n";
$tmp = file_get_contents("../include/Form.class");
$page->content .= highlight_string($tmp,TRUE);
$page->content .= "
\n"; $page->display(1); ?>