Shuffle
Introduction #
Shuffle
is a process to randomize your data pipe order.
Example #
<?php
class MyReport extends \koolreport\KoolReport
{
public function setup()
{
...
->pipe(new \koolreport\processes\Shuffle())
...
}
}
Code explanation:
In the above example, we randomize the order of piped data rows.
Get started with KoolReport
KoolReport will help you to construct good php data report by gathering your data from multiple sources, transforming them into valuable insights, and finally visualizing them in stunning charts and graphs.