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

Using Connector with CodeIgniter 2.X

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:

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 2 grids and a scheduler 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. Grid with model class (the same grid but populated with data through the model class).

Back to top