Forum


Replies: 2   Views: 3433
Table template array generation error
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 SaturnYar  · 23-09-2013 - 09:28

Try convert values to string, i.e. 'TNUM' => (string)$i, 'TNAME' => (string)$row["name"], ...



It's annoying, but it must work.