doOnTheEnd.php 481 Bytes
<?
/**
 * dinge die am Ende noch ausgeführt werden sollen
 *
 * (nur für Dinge die unter mcClasses sind)
 *
 * @author f@mensch.coop @since 2010-12-01
 */

mcReport::distribute($__mc_Report);

/**
 * developer things
 */
if($_LOSP_DEV) {
	mcPerformance::showStats();
	D::showStats($__mc_Report, $__BASEPATH_EX, $__mc_D_LOGFILE);
	if($__mc_D_SCREENOUTPUT) {
		D::printToScreen();
	}
	if($__mc_D_LOGFILE) {
//		D::li($__mc_D_LOGFILE);
		D::printToFile($__mc_D_LOGFILE,'a');
	}
}
?>