コード例 #1
0
 function fooOutput()
 {
     parent::CI_Output();
     $this->final_output = '';
     //would be just set to 'null' in CI_Output
     $this->_ci_ob_level = ob_get_level();
     $this->cookies = array();
 }
コード例 #2
0
ファイル: MY_Output.php プロジェクト: grimsmath/lavillafdn
 /**
  * Constructor
  *
  * @access	public
  * @return	null
  */
 function MY_Output()
 {
     parent::CI_Output();
 }