php grid Lite C_DataGrid' not found
up vote
0
down vote
favorite
I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:
Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found
require_once("../conf.php");;
use phpGrid_LiteC_DataGrid;
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
php phpgrid
add a comment |
up vote
0
down vote
favorite
I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:
Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found
require_once("../conf.php");;
use phpGrid_LiteC_DataGrid;
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
php phpgrid
try/
maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
– Jacek Cz
May 22 at 17:31
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:
Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found
require_once("../conf.php");;
use phpGrid_LiteC_DataGrid;
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
php phpgrid
I downloaded PHP grid lite.
using xampp server on my local machine.
It keeps giving me the error Fatal error:
Uncaught Error: Class 'phpGrid_LiteC_DataGrid' not found
require_once("../conf.php");;
use phpGrid_LiteC_DataGrid;
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
php phpgrid
php phpgrid
edited May 22 at 18:36
Roshana Pitigala
4,54562346
4,54562346
asked May 22 at 17:26
user2233326
84
84
try/
maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
– Jacek Cz
May 22 at 17:31
add a comment |
try/
maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?
– Jacek Cz
May 22 at 17:31
try
/
maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?– Jacek Cz
May 22 at 17:31
try
/
maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?– Jacek Cz
May 22 at 17:31
add a comment |
1 Answer
1
active
oldest
votes
up vote
-1
down vote
This is easy to fix.
Your code:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
Fix:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
-1
down vote
This is easy to fix.
Your code:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
Fix:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
add a comment |
up vote
-1
down vote
This is easy to fix.
Your code:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
Fix:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
add a comment |
up vote
-1
down vote
up vote
-1
down vote
This is easy to fix.
Your code:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
Fix:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
This is easy to fix.
Your code:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
Fix:
$dg = new C_DataGrid("SELECT * FROM Orders", "orderNumber", "Orders");
edited Nov 9 at 20:42
Thomas Landauer
2,21811645
2,21811645
answered Nov 9 at 19:54
dbNine
1
1
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f50473392%2fphp-grid-lite-c-datagrid-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
try
/
maybe help, maybe not. Or You may try `\`. It is Windows or Linux/Apple machine?– Jacek Cz
May 22 at 17:31