[TYPO3-english] How to write something to file with BE module

Xavier Perseguers typo3 at perseguers.ch
Mon Aug 2 13:21:02 CEST 2010


Hi,

Dawid Pacholczyk wrote:
> I know. I`m not 100% sure will I use this. But I need to know how can I
> write a file from my extension. I can secure it like every other .php file
> so it`s not that big issue. But first I need to know how can I write a file
> from my ext than I can start to worrie about the security issues.

What about using official API?

t3lib_div::writeFile($file, $content)

Regards

-- 
Xavier Perseguers


More information about the TYPO3-english mailing list