$text
$arrParamsFooter
require_once('../classes/cCreateDocx.inc');
$objDocx = new cCreateDocx();
$arrParamsFooter = array(
'pager' => 'true',
'pagerAlignment' => 'center'
);
$objDocx->fAddFooter('', $arrParamsFooter);
$objDocx->fCreateDocx('ejemplo_section');
Your comments