Check documentation for the latest version of dhtmlxSuite Using Connector with CodeIgniter DHTMLX Docs

Using Connector with CodeIgniter

The tutorial shows how to use the dhtmlxConnector library with the CodeIgniter framework.

The tutorial is intended for developers who have already been familiar with the CodeIgniter framework and DHTMLX library. If you haven't, please follow the links below to get the required information:

This tutorilal discusses the usage of Connector with CodeIgniter of version 3.0. If you've got an earlier version of CodeIgniter, read the tutorial devoted to CodeIgniter 2.X.

Also, please, check that you have CodeIgniter installed on your computer. If you don’t, read "Installation Instructions" to learn how to do this.

Download the demo app here.


After you finish this tutorial, you'll get a grid, a scheduler and a gantt populated with data from a database and able to save changes back to the server.

Particularly, it will consist of 3 parts:

  1. Grid
  2. Scheduler
  3. Gantt
Back to top