added Table::with()
authorMichael Wallner <mike@php.net>
Sat, 13 Apr 2013 21:28:31 +0000 (23:28 +0200)
committerMichael Wallner <mike@php.net>
Sat, 13 Apr 2013 21:28:31 +0000 (23:28 +0200)
commit3c8b32baaac62855e2c9f5bfdb5ede9685ce2b76
tree1b74917e3b3e8bac5086a7544642555fa0532e64
parent580991717f5e8bb237403757e2111a8d04aca616
added Table::with()
lib/autoload.php
lib/pq/Gateway/Row.php
lib/pq/Gateway/Table.php
lib/pq/Gateway/Table/LockInterface.php
lib/pq/Gateway/Table/OptimisticLock.php
lib/pq/Gateway/Table/PessimisticLock.php
lib/pq/Gateway/Table/Relations.php
tests/lib/pq/Gateway/RowTest.php
tests/lib/pq/Gateway/TableTest.php
tests/setup.inc