ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: cladon on April 30, 2014, 09:09:14 pm
-
Is there somebody who wants to share an example working with data reading from a mysql or mongodb.
-
getData and getUrl are the points of integration of the grid with any server side language/framework.
In PHP
1) use json_decode to process the request variables and
2) use json_encode to encode the data from database into JSON.