ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: cladon on April 30, 2014, 09:09:14 pm

Title: Basic grid example with mysql
Post 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.

Title: Re: Basic grid example with mysql
Post by: paramvir on May 05, 2014, 01:48:23 pm
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.