Yii2 and Reportico

485 Views Asked by At

currently i develop system for hospital but most likely for patients record tracking..i'm new in yii2 also reportico..currently still study, research & developing..now have to explore reportico.. i'm having problem to join two & many table..also not familiar enough with reportico sql..do you know where can i learn deeply about yii2 reportico other than reportico.org and http://www.reportico.org/yii2/web/index.php?

1

There are 1 best solutions below

8
On BEST ANSWER

Reportico just uses standard sql as found in mysql and postgres...so joins are just done using standard sql joins ...

What I suggest you do is go to the reportico sourceforge site here and get latest 4.5 which comes with tutorials.. You will learn to use joins here.... get it here ..

https://sourceforge.net/projects/reportico/files/?source=navbar

Extract to a web folder and point your browser at it.. Then you can use the latest documentation to learn about reportico .. Everything you do will be applicable to the yii2 version..

http://www.reportico.org/documentation/4.5/doku.php?id=getting_started

And I think following the tutorials here will really help ..

http://www.reportico.org/documentation/4.5/doku.php?id=northwindtutorial

Good luck