DHTMLX connector is a helper server-side library that enables access to external datasources and backend systems.
It supports all DHTMLX components which operate with data.
The library itself provides a wide server-side functionality, such as data loading (static or dynamic), saving, filtering, validation, etc. Integration with DHTMLX Dataprocessor allows managing the insert/delete/update operations as well.
PHP Connector Basics |
Discusses the definition of dhtmlxConnector, the way of initializing PHP connector and the components' functionality that the connector supports. |
Loading Data |
Describes the ways of loading data using PHP Connector as well as the operations connected with it: filtering, formatting and sorting data. |
Managing Create/Update/Delete Operations |
Tells about executing main operations with data using PHP Connector. |
Miscellaneous |
Covers common information you may need while working with PHP Connector. |
Auxiliary Resources |
Includes the samples of common PHP Connector usage, notes on new versions of the connector and answers to the questions about connector's work. |