예제 #1
0
파일: Layout.php 프로젝트: jthurteau/saf
    public static function debugFooter()
    {
        if (Saf_Debug::isEnabled()) {
            ?>
<!-- debug buffer -->
<?php 
            Saf_Debug::flushBuffer();
            Saf_Debug::printDebugExit();
        }
        if (Saf_Debug::isVerbose()) {
            Saf_Debug::printDebugEntry();
        }
    }