Posted on July 12th, 2010 in videocast |
If you enjoyed this post you might want to subscribe to our RSS Feed!
Hi,
I have a problem with your code, it generates a DOCX document with “Array” as content, and there is no example for this functionality :
‘test123′, ‘u’ => ’single’ ); $arrText[] = array( ‘text’ => ‘test’ ); $objDocx->fAddText($arrText); $objDocx->fCreateDocx(’testdocx’);
?>
Regards,
Some parts of the code are removed so I posted the code here:
http://pastebin.com/EabRHq10
Name (required)
Mail (will not be published) (required)
Website
2 Responses
Hi,
I have a problem with your code, it generates a DOCX document with “Array” as content, and there is no example for this functionality :
‘test123′,
‘u’ => ’single’
);
$arrText[] = array(
‘text’ => ‘test’
);
$objDocx->fAddText($arrText);
$objDocx->fCreateDocx(’testdocx’);
?>
Regards,
Some parts of the code are removed so I posted the code here:
http://pastebin.com/EabRHq10