Does anyone have any idea of a tool optimized for yii to design reports from a data model or a database?
I have days looking but I can’t find a solution for yii
Does anyone have any idea of a tool optimized for yii to design reports from a data model or a database?
I have days looking but I can’t find a solution for yii
Hi,
Maybe you can use the yii2-reportico extension?
https://www.yiiframework.com/extension/yii2-reportico
Regards
Joachim
This one as well http://jdorn.github.io/php-reports/ but you’ll have to write a component class to wire it to your application or just use it vanilla with namespaces wherever you want to create reports.