PHP Classes

Is this Topic still follow ?

Recommend this page to a friend!

      PHP Classes blog  >  Create Microsoft Word...  >  All threads  >  Is this Topic still follow ?  >  (Un) Subscribe thread alerts  
Subject:Is this Topic still follow ?
Summary:Problem with vsWord
Messages:3
Author:Joachim de Bernis
Date:2018-04-13 18:08:51
Update:2018-04-28 21:30:39
 

  1. Is this Topic still follow ?   Reply   Report abuse  
Picture of Joachim de Bernis Joachim de Bernis - 2018-04-26 07:44:29
Hello, i just discover vsWord, but after some long search it seems that a lot of features didn't work.
For example those mention in the previous comments - HTML styling, align, bordersize for the table cols ...
Otherwise, a lot of warnings when running vsWord :

( ! ) Strict standards: Declaration of TableCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\_UwAmp\www\CPAE\BIBLIO\vsword\node\TableCompositeNode.php on line 10
Call Stack
# Time Memory Function Location
1 0.0010 150120 {main}( ) ...\Test.php:0
2 0.0093 345760 spl_autoload_call ( ) ...\Test.php:14
3 0.0093 345792 VsWord::handler( ) ...\Test.php:14
4 0.0095 351544 require_once( 'D:\_UwAmp\www\CPAE\BIBLIO\vsword\node\TableCompositeNode.php' ) ...\VsWord.php:214

( ! ) Strict standards: Declaration of TableRowCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\_UwAmp\www\CPAE\BIBLIO\vsword\node\TableRowCompositeNode.php on line 26
Call Stack
# Time Memory Function Location
1 0.0010 150120 {main}( ) ...\Test.php:0
2 0.0102 364776 spl_autoload_call ( ) ...\Test.php:21
3 0.0102 364808 VsWord::handler( ) ...\Test.php:21

  2. Re: Is this Topic still follow ?   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2018-04-27 08:49:13 - In reply to message 1 from Joachim de Bernis
This seems to be due to PHP 7 E_STRICT option being enabled. You may want to try disabling it to see if it is the case.

  3. Re: Is this Topic still follow ?   Reply   Report abuse  
Picture of Joachim de Bernis Joachim de Bernis - 2018-04-28 21:30:39 - In reply to message 2 from Manuel Lemos
This is correct. No more message with E_STRICT option disabled.
But there is still a lot of non-functioning.

Is there a new version of the code ?