CodeIgniter Forums
Help with DHTMLX spreadsheet - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Help with DHTMLX spreadsheet (/showthread.php?tid=1472)



Help with DHTMLX spreadsheet - Jones2020 - 03-12-2015

Hi
I want to integrate dhmtlx spreadsheet into codeigniter, on it's own, it's fairly simple.. First you use the included installer to make a connection to the database and then it will create a simple html page that contains a script src to supplied spreadsheet.php


http://docs.dhtmlx.com/spreadsheet__prog_guide_installing.html


Can anyone give me pointers or help me to use it in codeigniter, fairly new to this.


RE: Help with DHTMLX spreadsheet - mwhitney - 03-12-2015

Have you tried the tutorial they supply for using their components with CodeIgniter?

http://docs.dhtmlx.com/connector__php__frameworks.html


RE: Help with DHTMLX spreadsheet - Jones2020 - 03-12-2015

(03-12-2015, 10:37 AM)mwhitney Wrote: Have you tried the tutorial they supply for using their components with CodeIgniter?

http://docs.dhtmlx.com/connector__php__frameworks.html

Thank you for answering, yes I indeed considered the connector. But it's only designed for other applications such as the grid, scheduler,etc... but not for the spreadsheet..


RE: Help with DHTMLX spreadsheet - mwhitney - 03-13-2015

Looking at the spreadsheet specifically, it really looks like it's built to manage the database connection and communication with the view on its own. You could probably load a spreadsheet into a CI view and route data to it via CI controllers, but unless you find someone who has already done it, you're probably going to have to deal with a lot of trial & error before you can get it working.


RE: Help with DHTMLX spreadsheet - Jones2020 - 03-13-2015

(03-13-2015, 01:10 PM)mwhitney Wrote: Looking at the spreadsheet specifically, it really looks like it's built to manage the database connection and communication with the view on its own. You could probably load a spreadsheet into a CI view and route data to it via CI controllers, but unless you find someone who has already done it, you're probably going to have to deal with a lot of trial & error before you can get it working.

True, thanks for answering. Already tried searching for Codeigniter applications with spreadsheet (Excel like ) didn't find anything..