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

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