General
45 results found
-
change order from web pages images
your web page have a mistake, in documentation browsers supporte you have the images for supported databases,
1 vote -
Oracle Primary Key must be in UPPER CASE
please add to your documentation that the constructor for accessing an ORACLE table must have the Key field in UPPER CASE...
Your documentation:
$dg = new C_DataGrid("SELECT * FROM emp", array("empno"), "emp");has to be:
$dg = new C_DataGrid("SELECT * FROM emp", array("EMPNO"), "emp");otherwise you get this error:
Notice: Undefined index: myid in C:\xampp\htdocs\phpGridEnterprise\server\classes\clNotice: Undefined index: empno in C:\xampp\htdocs\phpGridEnterprise\server\classes\cls_util.php on line 68It took me a long time to figure this out
1 vote -
1 vote
-
Fix http://phpgrid.com/documentation
Under "phpGrid Supports all major web browsers" you show database vendors ... and under "phpGrid supports all major databases" you show the icons for browsers (you've got it backward)
1 vote -
php datagrid is not retreviewing fields values from mysql database where using xampp server
You are using phpGrid Lite. Please consider upgrading phpGrid to the full version to have great features including edit, master detail, and grouping. © 2006 ~ 2012
error occur during run the programm why???1 vote
- Don't see your idea?