Select::innerJoin

public function Select::innerJoin

public Select::innerJoin($table, $alias = NULL, $condition = NULL, $arguments = array())

Inner Join against another table in the database.

Parameters

$table: The table against which to join. May be a string or another SelectQuery object. If a query object is passed, it will be used as a subselect. Unless the table name starts with the database / schema name and a dot it will be prefixed.

$alias: The alias for the table. In most cases this should be the first letter of the table, or the first letter of each "word" in the table.

$condition: The condition on which to join this table. If the join requires values, this clause should use a named placeholder and the value or values to insert should be passed in the