I am trying to use dhtmlx form and phpconnector to create a simple CRUD form. I want to be able no insert a new data into the database using a dataProcessor if possible.
Please your assistance if anyone have done that before
I am trying to use dhtmlx form and phpconnector to create a simple CRUD form. I want to be able no insert a new data into the database using a dataProcessor if possible.
Please your assistance if anyone have done that before
You can use code like next to insert the record.
form.resetDataProcessor("inserted"); // "deleted" to remove the record
form.save();