Previous Page
_buildFrom()

Solar_Sql_Select
_buildJoin()

Next Page
_buildSelect()

_buildJoin()

protected void _buildJoin ( string $name, string $orig, string $join, string $cond )

Builds $this->_parts['join'] using a 'join' source.

Parameters

  • (string) $name: The table alias.
  • (string) $orig: The original table name.
  • (string) $join: The join type (null, 'left', 'inner', etc).
  • (string) $cond: Join conditions.

Returns

  • (void)

Description

Builds $this->_parts['join'] using a 'join' source.