We recently published an article, explaining how to use LiveDocx without the Zend Framework. Although this approach removes the Zend Framework dependency, it does still require that the PHP 5 SOAP extension be installed on the server and is active. Judging by the very strong feedback that we have received in the last two weeks, [...]
After the release in June of PHP 5.3, I am delighted to announce that phpLiveDocx is 100% compatible. Extensive tests were performed with Zend Framework 1.9.1 and phpLiveDocx 1.2-20090811 on one of our virtual servers. All were sucessful: No modifications to the code of phpLiveDocx were necessary. Below are the results of the shipped unit [...]
As of phpLiveDocx 1.2, it is possible to generate documents in XHTML 1.0 Transitional. Thus, you can now convert any supported template file format (DOCX, DOC and RTF) to XHTML. Consider the following example (discussion under the code): 1 2 3 4 5 6 7 8 9 10 11 12 13 14 $mailMerge = new [...]