Hello, I have thiscode:
$docx2 = new CreateDocx();
$docx2->setTemplateSymbol('@');
$docx2->addTemplate($name.'.docx');
$docx2->clearBlocks();
$docx2->createDocxAndDownload('/tmp/'.$_SESSION["pseudo"].'_'.$_SESSION["utilisateur_id"].'/'.time());
but $docx2->clearBlocks(); does nothingat all..
Do you know why?