database\\query::join

Adds a new join clause to the query

database\query::join($table, $on, $type = '')

Parameters

$table (string)
Name of the table, which should be joined
$on (string)
The on clause for this join
$type (string)
The join type. Uses an inner join by default

Return values

object