Exemple #1
0
    public function printFooter()
    {
        echo <<<EOF
\t\t\t</tr></td>
\t\t\t</td>
\t\t\t</tr>
\t\t\t</table>
EOF;
        parent::printFooter();
    }
Exemple #2
0
<?php

include 'nlogview.php';
$thispage = new nLogView();
$thispage->printHeader();
$thispage->printFooter();