New PHP connector

Hi All,
I need to transfer mi site to a new server that “unfortunately” has a newer version of PHP.
So I found your newer version of your connection library (Dec 2018) and was able to make it work!

My problem is that the new render_sql() function now is much more powerful than before but you have much less control over the output… or I’m using it the wrong way…

I have two questions:

  1. How do you enable the “between” feature? It does not seem to be working anymore…!
  2. To make a 2 column combo I was using the < complete> and < option> commands to build your combo options after the render_sql() function and again this is not working anymore either…

Can you pls. show me how to solve these problems?

Thank you very much,
Marco

  1. How do you enable the “between” feature? It does not seem to be working anymore…!

For the complex sql requests please, please, try to use the render_complex_sql() method:
https://docs.dhtmlx.com/connector__php__connector_object_methods.html#rendercomplexsql

  1. To make a 2 column combo I was using the < complete> and < option> commands to build your combo options after the render_sql() function and again this is not working anymore either…

optionsConnector should work well for the options generating for the combo column:
https://docs.dhtmlx.com/connector__php__grid_columns.html