DHTMLX Docs & Samples Explorer

dhtmlxConnector

dhtmlxConnector is a set of PHP classes which helps to simplify server side operations related to dhtmlx library components (dhtmlxGrid/TreeGrid, dhtmlxTree, dhtmlxCombo, dhtmlxScheduler).

The following operations are available in dhtmlxConnector :

  • dhtmlxgrid - data loading, server side support for smart rendering and paging modes, CRUD1) operations, server side filtering and sorting
  • dhtmlxtreegrid - data loading, server side support for smart rendering and paging modes, CRUD operations, server side filtering and sorting
  • dhtmlxtree - data loading, CRUD operations
  • dhtmlxcombo - data loading, server side support for auto-complete mode
  • dhtmlxscheduler - data loading, dynamical loading, CRUD operations

Wide range of events provided by dhtmlxConnector gives ability to implement server side functionality of any level of complexity as for loading data, as for update operations.

Basic Usage

Extending Existing Functionality

API Reference

DB Specific Tips

1) create, update, delete