reportmaker allows you to define a generic report in xml containing sections,graphs,tables,images.The data can be retrieved directly with sql query.The report can be exported in various formats (html,xml,rtf,pdf)
Be the first to post a text review of Reportmaker. Rate and review a project by clicking thumbs up or thumbs down in the right column.
20/08/2007 - aggiunta la possibilit di raggruppare le sezioni in menu espandibili con l'attributo menu="x" all'elemento secgion - aggiunta la possibilit di avere query parametrizzabili $array_parametri=new Array( ':parametro_1:'=>"test", ':parametro_2:'=>"test2"); $processreport=new processreport($report,$db,$array_parametri); se l'elemento query il seguente: <query>select * from :parametro_1: where campo=':parametro_2:'</query> la query che verr eseguita sul database sar: select * from test where campo='test2'
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?