Mysql database connection

Hello,
I need to find a sample example of a simple php and mysql database connection using webix. After successfully logging in to the mysql database, need to run a simple mysql query like “select column_name from table_name” and load it to a TreeTable and display on the web page.

Can someone post a link ?

Thanks,

Hello,

You can browse the samples from the 40_serverside/03_php_custom folder.

In the downloaded Webix package you can check the php files for these samples as well.

Thank you Helga.