hi ,
i trying but I have the following problem
( ! ) Warning: ZipArchive::getFromName(): Invalid or unitialized Zip object in C:\wamp\www\doctest\class\PHPWord\Template.php on line 76
Call Stack
2 0.0080 190104 PHPWord->loadTemplate( ) ..\index2.php:5
3 0.0090 200512 PHPWord_Template->__construct( ) ..\PHPWord.php:223
4 0.0210 200984 getFromName ( ) ..\Template.php:76
so it seems here the problem
$this->_documentXML = $this->_objZip->getFromName('word/document.xml');
I'm looking for ('word/document.xml') in phpword folder but it is not here.
some suggestions about, please?
i trying but I have the following problem
( ! ) Warning: ZipArchive::getFromName(): Invalid or unitialized Zip object in C:\wamp\www\doctest\class\PHPWord\Template.php on line 76
Call Stack
Time Memory Function Location
1 0.0020 143864 {main}( ) ..\index2.php:02 0.0080 190104 PHPWord->loadTemplate( ) ..\index2.php:5
3 0.0090 200512 PHPWord_Template->__construct( ) ..\PHPWord.php:223
4 0.0210 200984 getFromName ( ) ..\Template.php:76
so it seems here the problem
$this->_documentXML = $this->_objZip->getFromName('word/document.xml');
I'm looking for ('word/document.xml') in phpword folder but it is not here.
some suggestions about, please?