Example #1
0
 function __construct($template)
 {
     parent::__construct($template);
     # set the header
     $this->header = 'Content-Type: application/xml';
 }
Example #2
0
 function __construct($template)
 {
     parent::__construct($template);
     # set the header
     $this->header = 'Content-Type: text/javascript';
 }