CodeIgniter Forums
Crystal reports -> PHP equivalent - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Crystal reports -> PHP equivalent (/showthread.php?tid=32787)



Crystal reports -> PHP equivalent - El Forum - 08-04-2010

[eluser]frist44[/eluser]
I was wondering if you anyone has found a comprehensive reporting package like Crystal for a PHP/MySQL based website.


Crystal reports -> PHP equivalent - El Forum - 08-05-2010

[eluser]flaky[/eluser]
There are several options, ones that I know of are using the java bridge to call the java based reporting tools (eg Jasper reports). I personally use http://www.odtphp.com/, it lets my clients create the templates and create a print friendly version of a report.


Crystal reports -> PHP equivalent - El Forum - 08-25-2010

[eluser]agusnur24[/eluser]
is there any tutorial or demo to use this odtphp with codeigniter?


Crystal reports -> PHP equivalent - El Forum - 08-26-2010

[eluser]flaky[/eluser]
check this out

http://codeigniter.com/wiki/Document_templates_with_odtPHP/


Crystal reports -> PHP equivalent - El Forum - 08-26-2010

[eluser]ademar[/eluser]
Hey,

I've used BIRT for long time and its ok to me, though we use it here with jsp/java projects.
Nver done anything with BIRT and PHP.


Crystal reports -> PHP equivalent - El Forum - 08-27-2010

[eluser]agusnur24[/eluser]
thanks flaky,

its work for me..