1 Answers
Hi,
You can set,
$g->table = "tablename";
OR
$g->select_command = "select ….. from table";
Please go through the docs (http://phpgrid.org/docs) for more details.
Your Answer
Hi,
You can set,
$g->table = "tablename";
OR
$g->select_command = "select ….. from table";
Please go through the docs (http://phpgrid.org/docs) for more details.