array (
0 =>
array (
'font' => 'Courier',
'sz' => '8',
'text' =>
array (
0 => '1.While executing ASR failover high availability test',
1 => '2.On phone in Test Cluster 1 place call to phone on Test Cluster 2',
2 => '3.Verify leave/retrieval of Voice Mail',
3 => '4.On phone in Test Cluster 3 place call to phone on Test Cluster 1',
4 => '5.Verify leave/retrieval of Voice Mail',
5 => '6.On PSTN cluster place call to phone in Test Cluster 1',
6 => '7.Verify leave/retrieval of Voice Mail',
),
),
)
Then I add it to the table array:
$table[]=array($docx->addElement('addText', $headerStyle),$docx->addElement('addText',$courierParagraph));
That returns a blank entry in the table. If I replace the 'text' with just a string it works. So I know that is working. But the array of strings doesn't seem to work. I am using the PRO version.
Thanks!