shadz3rg / php-stamp

The XSL-way templating library for Word DOCX documents.
MIT License
161 stars 36 forks source link

PHPStamp deletes the table #7

Closed tventos closed 6 years ago

tventos commented 6 years ago

When I try to insert information into a table, PHPStamp deletes the table and inserts just information in $values 'services' => [ ['service' => $model->provided_services_1, 'price'=>$model->provided_services_1_price] ]

in template default

ouput 1

What could be the problem? Thanks!

duxabilii commented 6 years ago

It could be an empty array passed to services

tventos commented 6 years ago

The array is not empty, because it passes information to the template, deleting the table..

shadz3rg commented 6 years ago

Если у кого повторится этот баг - переоткройте эту тему и пришлите пример файла.