CodeIgniter Forums
Gannt Codeigniter to try - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Gannt Codeigniter to try (/showthread.php?tid=69244)



Gannt Codeigniter to try - Fraps900 - 10-25-2017

Hi there, have you guys tried instal this:

https://github.com/josearodrigueze/jquery_gantt


I'm using codeigniter but this dosen't work competely. I see only the first welcome page, and cannot see gantt.php.
Is there anyone who could try to instal this for demo purposes, and see whats wrong whith this?

Thanks a lot for any suggestions Smile


RE: Gannt Codeigniter to try - PaulD - 10-26-2017

It looks like that project is quite out of date. Not having been touched for four years it was written years before CI3.0, possibly before 2.2 even.

I think it might be easier to create your own according to the most recent documentation of a gantt app. There is nothing intrinsically difficult, just get your data, format it, present it to the jquery tool of your choice. I am quite interested in gantt charts myself but cannot find an open source, up to date, version I like yet. If I do, or if anyone points one out, I will gladly share any implementation code I write.

Paul.