[ Index ] |
PHP Cross Reference of Yamoon 0.9.0 |
[Source view] [Print]
File.php - This is not a class, only a set of functions. Including this file you two file methods to manage files and templates.
File Size: | 42 lines (1 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
printTemplate($filename) X-Ref |
printTemplate - get the contents of a PHP file and store it into a variable. param $file The filename to open return $content The file content after PHP parsing |
write($filename, $content) X-Ref |
write - print the $content into $file. param $file The filename to open param $content The file content to write |
Generated: Sat Feb 19 17:29:53 2005 | Cross-referenced by PHPXref 0.6 |