phpgrid not working

Questionsphpgrid not working
Louis Dench asked 7 years ago

I am really confused as to why this code just returns back a blank page with no information on it?

<!DOCTYPE html>

<head>
<title>Test</title>
<link rel="stylesheet" href="../css/style.css"
</head>
<body>
<?php
use phpGridC_DataGrid;
include_once("config.php");

$dg = new C_DataGrid("SELECT * FROM city", "ID", "city");
$dg -> display();
echo $dg;
?>
</body>

1 Answers
Abu Ghufran answered 7 years ago

Hi,

We don't support this api.
Perhaps, you need to contact http://www.phpgrid.com support.

Your Answer

9 + 10 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?