Ejemplo n.º 1
0
 /**
  * If debug mode is enabled, then file combining and minification is not done
  */
 public static function setDebug($debug = true)
 {
     self::$debug = $debug;
 }