Lines Matching refs:tmp_file
131 $tmp_file = $helper->concatenate($rendered_pages);
136 $tmp_file = $rendered_pages[0];
144 return $tmp_file;
181 $tmp_file = $this->render_single($row, $templates, $ext);
191 $helper->sendFile($tmp_file, $filename, $ext);
192 @unlink($tmp_file);
220 $tmp_file = $this->render_single($row, $templates);
222 $files[$tmp_filename] = $tmp_file;
228 $tmp_file = $helper->concatenate($files);
230 $tmp_file = $helper->tmpFileName('zip');
232 $archive->create($tmp_file);
247 $helper->sendFile($tmp_file, $filename, $format);
248 @unlink($tmp_file);