I would like to generate template files with Openoffice. Then think about a php - application that can fill data in the defined fields in the template file. The user of the web application now get a file with the data from the web-application.
do you see how this could be achieved?
Kai
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
tbsOOO, an extension of the TinyButStrong Template engine, worked wonders for me. It takes a pre-filled template (which can be filled with anything you like, bypassing the severe limitations phpdocwriter [however great a thing it is otherwise!], imposes) and fills it with predefined PHP values. Handles result sets multiple rows as well.
I would like to generate template files with Openoffice. Then think about a php - application that can fill data in the defined fields in the template file. The user of the web application now get a file with the data from the web-application.
do you see how this could be achieved?
Kai
tbsOOO, an extension of the TinyButStrong Template engine, worked wonders for me. It takes a pre-filled template (which can be filled with anything you like, bypassing the severe limitations phpdocwriter [however great a thing it is otherwise!], imposes) and fills it with predefined PHP values. Handles result sets multiple rows as well.
See http://www.tinybutstrong.com -> Other tools
Regards,
Pekka
pg@pekkagaiser.de