addJoin()
compile()
getMethods()
on()
using()
compileOn()
compileUsing()
$active_join
$joins
The JOIN clause builder.
package | Peyote |
---|---|
author | Dave Widmer |
compile() : string
string
getMethods() : array
array
on(string $column1, string $op, string $column2) : \Peyote\Join
string
The column from the first table
string
The operator
string
The column from the second table
\Peyote\Exception |
---|
compileOn(array $join) : string
array
The on join to compile
string
compileUsing(array $join) : string
array
The join to compile
string
$active_join : array
$joins : array