![]() |
CodeIgniter for Data Analytics Reporting - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8) +--- Thread: CodeIgniter for Data Analytics Reporting (/showthread.php?tid=91513) |
CodeIgniter for Data Analytics Reporting - [email protected] - 08-22-2024 Hello friends, We are a core PHP developer using Bootstrap/JQuery/AJAX etc but never used any development framework. We have built a number of applications so have a good experience in core PHP. We do write elegant code that contains usable modules. However, we know we need to move forward and adapt a more modern framework which can make our apps more scalable and take less time to develop. We are evaluating frameworks to start with. But we also have a clear requirement. The application will deal with large volumes of data and will need to display various dashboards and reports. We are considering Kool Reports for this but unsure whether Code Ignitor is the right platform for this. Thei application will be a front end for our customers to view various analytics reports. Any guidance or help shall be appreciated. Thank you, Sharad RE: CodeIgniter for Data Analytics Reporting - kenjis - 08-22-2024 See https://www.koolreport.com/docs/integration/codeigniter/ The sample code in "With Codeigniter Database Query" is for CI3, but you probably can use with CI4 with the small modification. RE: CodeIgniter for Data Analytics Reporting - [email protected] - 08-23-2024 (08-22-2024, 07:02 PM)kenjis Wrote: See https://www.koolreport.com/docs/integration/codeigniter/ Thanks! |