PHP Classes

Thanks for turtorial

Recommend this page to a friend!

      PHP Classes blog  >  Create Microsoft Word...  >  All threads  >  Thanks for turtorial  >  (Un) Subscribe thread alerts  
Subject:Thanks for turtorial
Summary:Thanks for turtorial
Messages:2
Author:Ayubxon Xudoyberdiyev
Date:2015-10-07 10:03:25
Update:2015-10-07 21:44:30
 

  1. Thanks for turtorial   Reply   Report abuse  
Picture of Ayubxon Xudoyberdiyev Ayubxon Xudoyberdiyev - 2015-10-07 18:11:04
Thanks for turtorial, It's very interesting. I downloaded the library and past to my local xampp server. the script is working but there is error (notification). here is it:


Strict Standards: Declaration of RPrCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\xampp\htdocs\vsword\vsword\node\RPrCompositeNode.php on line 12


Strict Standards: Declaration of DocumentCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\xampp\htdocs\vsword\vsword\node\DocumentCompositeNode.php on line 22

how can solve this problem ?

  2. Re: Thanks for turtorial   Reply   Report abuse  
Picture of Ashraf Gheith Ashraf Gheith - 2015-10-07 21:44:30 - In reply to message 1 from Ayubxon Xudoyberdiyev
You probably have a later version of PHP than the one the author of the class used. If it does do the job and you do not to see the message use this:
error_reporting(E_ALL ^ E_STRICT);