public static function prepareDebugger() { if (isset($_GET['debug_front']) && $_GET['debug_front'] == '1') { self::$debugMode = true; } }