Forum


Replies: 14   Views: 7049
Ziparchive and xslt
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 11-04-2013 - 12:12

Hello,

Phpdocx use php4log to get info, no screen messages. When you download a file using header function, PHP can't write any message before downloading or you'll get a header error, so DOCX files are created in the specified path and you see a blank screen.
If you need to create and download the DOCX file, please use createDocxAndDownload method.

About '<?php but no ?>', please read the following text:

http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html

Regards.