Check documentation for the
latest version of dhtmlxSuite
HowTos DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
PHP Connector API
General Idea of dhtmlxConnector
Initializing PHP Connector
Components Functionality
Basic Loading
Dynamic Loading
Filtering
Formatting/Changing Data Before Loading
Sorting
Client-Side Requirement - DataProcessor
Making Queries
Saving Data Changes Made in Form
Security
Validation
Data Export
Elementary DB Operations with Connector
Error Handling and Logging
Handling Events
Extending Functionality
Using Connector with Popular Frameworks
Samples
Migration and New Functions
HowTos
General HowTos
Data Loading HowTos
Data Updating HowTos
Combo Specific HowTos
Form Specific HowTos
Grid Specific HowTos
Tree/TreeGrid Specific HowTos
DataStore Specific HowTos
Start
Client-Server Communication
PHP Connector
HowTos
General:
...
assign aliases to DB fields?
...
attach event?
...
check value of an item?
...
create custom database error message?
...
customize content of a cell?
...
filter data on server-side?
...
handle errors and log them?
...
secure data exchange?
...
set value of an item?
...
sort data on server-side?
...
validate data on client-side?
...
validate data on server-side?
Loading data:
...
call a stored procedure?
...
enable dynamic loading?
...
format/change data before loading?
...
get loaded data?
...
join tables?
...
load data from database table?
...
load data from Excel file?
...
load data from File System?
...
load data from PHP array?
...
load data from several connectors in one request?
...
send additional information to client-side?
...
set userdata?
Updating data:
...
alter the default styles set for responses?
...
avoid updating certain field(s) on server-side?
...
change default data processing while updating?
...
set custom status of operation?
...
terminate any further processing?
...
change values before saving?
...
implement transactions?
...
link dataProcessor with connector?
...
realize multi-user sync?
...
save data changes made in form?
...
update data on server-side?
Components-specific:
Combo:
...
populate combo with data from db?
Form:
...
populate 'select' item with data from db?
...
populate 'combo' item with data from db?
...
load data from db?
...
save changes made in a form to db?
Grid:
...
define grid configuration on server-side?
...
export grid's data from server to Excel file?
...
export grid's data from server to pdf file?
...
load data from a table that doesn't contain identity field?
...
populate select/combo columns with data?
...
set a custom style for a row or a cell?
Tree and TreeGrid:
...
load data from multiple tables?
...
load data from table that doesn't contain relation field?
...
mark an item as a leaf or branch?
DataStore:
...
use connector functionality for dhtmlXDataStore objects?
Back to top