示例#1
0
文件: View.php 项目: crapougnax/t41
 public static function display($content = null, $error = null)
 {
     Core::setFancyExceptions(false);
     if (self::_isInstanciated()) {
         return self::$_display->display($content, $error);
     }
 }