vernes / PHPReport

Library for generating reports from PHP
71 stars 50 forks source link

How can I use result sets from mysql query as input data #9

Closed cyrusolu closed 8 years ago

cyrusolu commented 8 years ago

Hello,

Thanks for the wonderful plugin. However, I need to generate a report using results from mysql database.

Thanks in anticipation

vernes commented 8 years ago

You can't generate it dircetly from database, you need to collect data from database into an array (liek in the examples) and than pass it to phpreport.