KoolReport's Forum

Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines

Get report from already existing project #999

Open salman opened this topic on on Jul 19, 2019 - 1 comments

salman commented on Jul 19, 2019

i done the installation in existing project. and now, how can i get report please help me

KoolReport commented on Jul 19, 2019

You can start writing your own report classes (derived from KoolReport), when you need report to render, you create object of that class, run it and render it:

$report = new MyReport;
$report->run()->render();

Build Your Excellent Data Report

Let KoolReport help you to make great reports. It's free & open-source released under MIT license.

Download KoolReport View demo
None yet

None