Forum


Replies: 11   Views: 5454
Problem with blocks
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 jorge  · 04-06-2014 - 11:16

Hello, The new version uses a new class for the templates features that inheritance CreateDocx. So you need to instanciate the new class. Some methods have changed in the new version, for example cleanTemplateVarible is this method: http://www.phpdocx.com/api-documentation/templates/remove-template-variable Please refer to the included examples to get all needed info. Regards.