meta_data()->getTableInfo('foo'); //var_dump($table); } function test_table() { $conn = new TDbConnection('sqlite:c:/test.db'); //$table = new TTableGateway('Accounts', $conn); // var_dump($table->findAll()->readAll()); } } ?>