summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 95032ebe02fc224554e33ce1d6887e815015e0c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
DHTMLX Connector for PHP
========================

dhtmlxConnector is an extension for the DHTMLX library, which maps client-side 
components onto the server-side datasource. Supported components are:

  * [dhtmlxTree](http://dhtmlx.com/docs/products/dhtmlxTree/index.shtml)
  * [dhtmlxGrid](http://dhtmlx.com/docs/products/dhtmlxGrid/index.shtml)
  * [dhtmlxTreeGrid](http://dhtmlx.com/docs/products/dhtmlxTreeGrid/index.shtml)
  * [dhtmlxCombo](http://dhtmlx.com/docs/products/dhtmlxCombo/index.shtml)
  * [dhtmlxDataView](http://dhtmlx.com/docs/products/dhtmlxDataView/index.shtml)
  * [dhtmlxScheduler](http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml)
  * [dhtmlx touch](http://dhtmlx.com/touch/)

You don't need to worry about data formats any more. dhtmlxConnector will handle
data connections between the server-side database and client-side components,
seamlessly loading content. When integrated with dhtmlxDataProcessor on the 
client side, dhtmlxConnector also takes care of update/insert/delete operations.

It organizes server-side functionality to support special modes for components 
working with large amounts of data (such as dynamic loading, Smart Rendering, 
and paging) as well as server-side sorting and filtering.

External links
--------------
  * Documentation  - http://docs.dhtmlx.com/connector__php__index.html

Other languages
---------------
  * Java - [documentation](http://docs.dhtmlx.com/connector__java__index.html),
           [github](https://github.com/DHTMLX/connector-java)