What is the best PHP html report generator class? #html report generator
Edit
by Ali Metwally - 9 years ago (2016-03-20)
Print tabular reports from my CodeIgniter application
| I am a new to CodeIgniter and I have created a project. I want a tool or methodology to display a report (simple reports). |
Ask clarification
1 Recommendation
This class can output HTML for listings of editable table records.
It can take data from an array or results of a given MySQL query and output HTML to list the records split in multiple pages if necessary.
The class may also add checkbox inputs to let the user select one or more records for posterior editing.
| by Tijani Ayinde package author 30 - 8 years ago (2016-06-13) Comment
May be this might help |