ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Basic grid example with mysql
« previous
next »
Print
Pages: [
1
]
Author
Topic: Basic grid example with mysql (Read 2970 times)
cladon
Newbie
Posts: 1
Basic grid example with mysql
«
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.
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Basic grid example with mysql
«
Reply #1 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.
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
Help for ParamQuery Grid (free version)
»
Basic grid example with mysql