$tg->getTable();
and I get the <head>...........</head>
<body>
<div>
And nothing else..........resulting in a blank page.
http://www.easypagez.com/TableGear1.6-jQuery/test.php
Taking this line out
<?= $table->getTable() ?>
Returns the same as I had before.
http://www.easypagez.com/TableGear1.6-jQuery/test.php
I needed to use the host field in the, options array
The problem was this
// Database host: if omitted defaults to localhost.
// $options["database"]["host"] = "<DATABASE_HOST>",
I have just noticed the comma at the end, and changed it to a semi-colon.
Bob's your uncle.
http://www.easypagez.com/TableGear1.6-jQuery/index.php
Looks good now.