I'm attempt to execute a basic query for prove of concept and I keep getting a "Notice: Undefined index" on line 8,9,10,11,12,13 in data.php
The headers are correctly display, so I know that the db connection has been established. Additional the session save path is correct/valid.
my code is:
$dg = new C_DataGrid("SELECT * from Courier", "courierId", "Courier");
Thanks
1 Answers
Hello Lukas,
C_Datagrid is not supported at http://www.phpgrid.org
Perhaps you are looking for http://www.phpgrid.com
If you wish to use my lib code, you can download it from
And you can also buy priority support.
Your Answer