Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
You can pass outside parameters to KoolReport object like this:
// index.php
$outsideParams = array(...);
$report = new MyReport($outsideParams);
//MyReport.php
function setup()
{
print_r($this->params); //$this->params of the report would hold any key, value of $outsideParams
}
Let us know if this is what you want. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo