diff --git a/sys/db/query_builder.php b/sys/db/query_builder.php index feda60b..9b93b50 100644 --- a/sys/db/query_builder.php +++ b/sys/db/query_builder.php @@ -414,22 +414,6 @@ class Query_Builder { // @todo implement order_by method return $this; } - - // -------------------------------------------------------------------------- - - /** - * Join a table - * - * @param string $table - * @param string $statement - * @param string $type - * @return $this - */ - public function join($table, $statement, $type='INNER') - { - // @todo implement join method - return $this; - } // --------------------------------------------------------------------------