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