Вопрос

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

Другие советы

you can import it using the following code snippet:

jimport( 'joomla.filesystem.file' );
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top