简体   繁体   中英

How to create a new file and dump content in it in Joomla 2.5?

I know JFile and write function in Joomla 1.6 but is there a similar function for Joomla 2.5 too?? I didn' t get anything in Joomla docs.

Yes - it's there.

You can see it in /libraries/joomla/filesystem/file.php

您可以使用以下代码段导入它:

jimport( 'joomla.filesystem.file' );

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM