예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->documentProcessors['html'][] = 'Debugger';
     // Disable Beautifier processor by default
     // as Tidy class is not included in quite
     // some PHP builds
     // @see https://code.google.com/p/ajde/wiki/Exception90023
     //$this->documentProcessors['html'][] = 'Beautifier';
 }
예제 #2
0
 function __construct()
 {
     parent::__construct();
     $this->documentProcessors['html'][] = 'Compressor';
 }