database\\query::join($table, $on, $type = '')
Adds a new join clause to the query
-
$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 (object)