Adding extra field to the database.

Hi, Thank you for this beautiful app.

I want to add some extra data to the database. But. I dont want to do this via lightbox. Coz’ light box is easly hack-able with fiddler.

I just want to add User_id value from my seesion object to database via PHP. Which PHP file should i edit to make this.

(I need to know which user added the event)

Thank you very much.

Hi,
after you add a column to the db table, you need to add a column name to the list in connector configuration
docs.dhtmlx.com/scheduler/how_to … sidescript

Then, you need to attach either beforeProcessing or beforeInsert event handler
docs.dhtmlx.com/connector__php__ … event.html
docs.dhtmlx.com/connector__php__ … event.html

And inside the handler you get user id from the session and add it to the data object from event arguments
docs.dhtmlx.com/connector__php__ … thods.html