dhtmlx-scheduler

Is PHP Connector a part of DHTMLX Scheduler


I am trying to use DHTMLX Scheduler to load data from MySQL on the server. I am not clear is PHP Connector is included as part of DHTMLX Scheduler or is it a separate download and install?

Does anyone know?


Solution

  • dhtmlxConnector and dhtmlxScheduler are separate libraries/components - the former is backend library to connect any dhtmlx component to the database and the later is client-side only calendar/scheduler component which can be used with or without dhtmlx connector.

    PHP version of dhtmlx connector is included in download package of dhtmxl scheduler, i.e. if you download free version of scheduler from here https://dhtmlx.com/docs/products/dhtmlxScheduler/download.shtml - you can find php connectors in package/codebase/connector, package samples uses them. Any other connector packages (.NET and Java) must be downloaded separately if needed.