|
|
DirectIOWrite
void DirectIOWrite( [string filename]) |
La fonction DirectIOWrite() est une macro qui permet d'ouvrir et d'ecrire un template. |
<?php
$TPLN->DirectIOWrite("my_template.html");
// is the same as
$TPLN->Open("my_template.html");
$TPLN->Write();
?>
|
|