Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Kayode Kuti on Jul 28, 2009 15:19
open dhtmlx forum
Getting the DHTMLXScheduler to load data from the database

Hello
Have got the Enterprise license for the DHTMLXScheduler and would like to know if
1. Data can only be loaded from the database via XML or ICal format
2. Minimum files need to connect to the database

Thax in advance
Answer posted by Support on Jul 29, 2009 02:47
>>1. Data can only be loaded from the database via XML or ICal format
Component is fully client side , so it can't load data directly from DB, and need to use XML as intermediate format

- server side script connects to DB and output data from db as XML
- scheduler on client side reads xml data and renders the necessary view

>>2. Minimum files need to connect to the database
If you are using php connectors - you need not any extra file to be added to the html page. 
On server side you need to have files from "connector" folder