Using a simple:
$this -> docx = new CreateDocx();
$this -> docx -> createDocx(TEMP_PATH . 'appendix_3'. EXT);
I found some HTML dumped on screen:
<html xmlns="http://www.w3.org/1999/xhtml"xml:lang="es" lang="es"><head></head><body><ul></ul></body></html>
Any suggestion?
Cheers