[TYPO3] Template File Reading Problem

Sancar Saran sancar.saran at evodot.com
Fri Jun 6 14:51:32 CEST 2008


Hi All, I got questions about template file reading.

// Not working code
$this->templateFileContent   = 
$this->cObj->fileResource($this->conf['template_file']);

// Working code
$this->templateFileContent   = 
file_get_contents($this->conf['template_file']);

Does anybody have a clue about this.

Regards

Sancar


More information about the TYPO3-english mailing list