I get an outline of the table but no records, then the debug box, which says error. The debug box then lists what looks like some JSON format of the records in the database/ However, there is no means of knowing what the error actually is.
Hello,
Only issue in your code looks to be the re-positioning of one line.
move: $out = $g->render() … before any html output. Because this function sometime return JSON for ajax calls and if you have sent HTML before this function (like site header or even space character), JSON format will be invalid (which will cause this error).
Regards,
Great! That solved the problem. It is a slight shame that "render" has to come first, but I can probably work around it. Thanks Abu!
migrar version mysql to firebird ??????
sorry not english
I want to spend the whole grid with a firebird mysql
? you can easily change the driver ?
The clone not ok
@miguel a molina Firebird & SQLite support has been added in latest build.
More here: http://www.phpgrid.org/support-firebird-sqlite-databases/