예제 #1
0
 function __construct($template)
 {
     parent::__construct($template);
     # set the header
     $this->header = 'Content-Type: application/xml';
 }
예제 #2
0
파일: PJSView.php 프로젝트: brysonian/Saint
 function __construct($template)
 {
     parent::__construct($template);
     # set the header
     $this->header = 'Content-Type: text/javascript';
 }