Ejemplo n.º 1
0
 function __construct()
 {
     $this->mode = 'json';
     self::$ob_level = ob_get_level();
     ob_start();
 }