Server-Side Events Loading with MySql and PHP
Data in this demo is loaded on demand from MySql Database and especially the 'Employees' table of the
Northwind Database. Server request is made when you refresh the page. This is
achieved by using the Smart.DataAdapter by setting it to the dataSource property of the
Smart.Scheduler. The Server reponse represents a JSON array which contains the records for the Employees
table.