db refactoring.

This commit is contained in:
Taylor Otwell
2011-08-22 21:56:42 -05:00
parent 0700910270
commit 5ca2e2b7f9
11 changed files with 585 additions and 235 deletions

View File

@@ -152,7 +152,7 @@ class Connection {
*/
public function table($table)
{
return Query\Factory::make($table, $this);
return Query\Factory::make($table, $this, Query\Compiler\Factory::make($this));
}
/**