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