dhtmlxScheduler with zend framework

Anyone here ever used dhtmlxScheduler with zend framework… I’m stuck,please help me… I’m using mysql database… I want to save events including date and time for my car rental system. But i’m stuck at the first place… dont know how to intergrate this scheduler with my mvc framework… Anyone here can help me??

Follow docs.dhtmlx.com/scheduler/server … ation.html, but on server side, instead of connectors - use any custom php code which will retrieve the necessary info from db, and will output it like

echo json_encode($mydata); // mydata - array of event objects

thank u… i will try first and if anything problem appears i will come back… :slight_smile:

Hi,
Please, describe your problem and we’ll try to help you.