From eab6bb13b9efb3e1c6d725368368de4d74b00946 Mon Sep 17 00:00:00 2001 From: wei <> Date: Mon, 7 May 2007 04:17:37 +0000 Subject: Update Active Record docs. --- tests/simple_unit/DbCommon/SqliteColumnTest.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'tests/simple_unit/DbCommon') diff --git a/tests/simple_unit/DbCommon/SqliteColumnTest.php b/tests/simple_unit/DbCommon/SqliteColumnTest.php index 6567106c..36a4baab 100644 --- a/tests/simple_unit/DbCommon/SqliteColumnTest.php +++ b/tests/simple_unit/DbCommon/SqliteColumnTest.php @@ -1,5 +1,4 @@ -meta_data()->getTableInfo('foo'); + //$table = $this->meta_data()->getTableInfo('foo'); //var_dump($table); } function test_table() { $conn = new TDbConnection('sqlite:c:/test.db'); - $table = new TTableGateway('Accounts', $conn); + //$table = new TTableGateway('Accounts', $conn); // var_dump($table->findAll()->readAll()); } } -- cgit v1.2.3