Database connection

How to connect the My sql Database to DHTMLX Is there any possibilities to connect?

Some documentation about server side integration here :-

docs.dhtmlx.com/touch/doku.php?i … ntegration

In addition to the docs recommended by Mark you may take a look at samples in dhtmlxTouch_v10_111114/samples/technical/server/ folder. For example dhtmlxTouch_v10_111114/samples/technical/server/02_saving/08_dataprocessor_proxy_offine.html. The samples use SQLite database. However, the same approach can be used for MySql, but you need use corresponding $dbType and open mysql connection.