noalyss Version-9
|
send the document template More...
Go to the source code of this file.
Variables | |
$file =fopen($tmp,'r') | |
$r | |
if(Database::num_row($r)==0) | $row =Database::fetch_array($r,0) |
$tmp =tempnam($_ENV['TMP'],'document_') | |
while (!feof( $file)) echo fread( $file | |
send the document template
Definition in file export_document_template.php.
$file =fopen($tmp,'r') |
Definition at line 50 of file export_document_template.php.
Referenced by Package_Repository\__construct(), Sendmail_Core\add_file(), Zip_Extended\add_recurse_folder(), Sendmail_Core\compose(), Acc_Ledger_Fin\confirm(), Document\download(), Document_Export\export_receipt(), Acc_Ledger_Purchase\extra_info(), Acc_Ledger_Sale\extra_info(), Securimage\generateWAV(), Sort_Table\get_header(), Securimage\getBackgroundFromDirectory(), TTFontFile\getMetrics(), Acc_Ledger_Sale\insert(), TTFontFile\makeSubset(), Document\send(), PDF_Operation\unlink(), and Acc_Report\upload().
$r |
Definition at line 28 of file export_document_template.php.
if (Database::num_row( $r)==0) $row =Database::fetch_array($r,0) |
Definition at line 35 of file export_document_template.php.
$tmp =tempnam($_ENV['TMP'],'document_') |
Definition at line 40 of file export_document_template.php.
Referenced by complete_default_menu(), Card_Multiple\display_option(), Securimage\distortedCopy(), Document\export_file(), Follow_Up_Detail\from_array(), Acc_Bilan\generate_odt(), Acc_Ledger_History_Generic\get_detail(), Document_Type\get_list(), Acc_Report\get_list(), Fiche\HtmlTable(), Package_Template\install(), PDF_Core\print_row(), Document\send(), and Card_Property\update().
while(!feof($file)) echo fread($file | ( | ! | feof $file | ) |
Definition at line 51 of file export_document_template.php.