Connector/dataprocessor and symfony framework

Hi!

I would like to use dhtmlx controls with the symfony framework (PHP) and I have a question:

If I use the connector/dataprocessor, all samples show a direct connection to the database. Is it possible to use these tools with a ORM layer so that I can do the CRUD-operations within a object oriented layer?

The ideal case would be (perhaps a feature request?) to have the dhtmlx controls connect to a REST interface (like the dojo framework)…

Thank you!
Tobias

Currently it will be more simple to write you custom server side code.
Connector just takes data from incoming request, exec operation and responds status code back - in case of custom ORM - it will not require a lot of code.

docs.dhtmlx.com/doku.php?id=dhtm … principles