コード例 #1
0
ファイル: IRC.php プロジェクト: nooper/nlogview
    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();
    }
コード例 #2
0
ファイル: index.php プロジェクト: nooper/nlogview
<?php

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