Removed duplicate 'join' method
This commit is contained in:
parent
0eb9de2ba6
commit
4701cbfe65
@ -414,22 +414,6 @@ class Query_Builder {
|
|||||||
// @todo implement order_by method
|
// @todo implement order_by method
|
||||||
return $this;
|
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
// --------------------------------------------------------------------------
|
// --------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user