Why doesn't this work:
$docx->addHeader(array('first' => $firstheaderTable));
$docx->addHeader(array('default' => $headerTable));
I only get the default header on all pages.
I assume that the 'default' header takes priority but how do I easily define a header NOT on the front page? Does this require sections?