Solar_Sql_Select::_buildFrom()

protected void Solar_Sql_Select::_buildFrom ( array $$parts , string $name , string $orig )

Builds a part element in place using a 'from' source.

Parameters

  • (array) &$parts: The SELECT parts to build with.

  • (string) $name: The table alias.

  • (string) $orig: The original table name.

Returns

  • (void)

Description

Builds a part element in place using a 'from' source.



Local