Solar_Sql_Adapter_MysqlReplicated::_selectSingleFrom()

protected string Solar_Sql_Adapter_MysqlReplicated::_selectSingleFrom ( array $from )

Builds the FROM clause for a SELECT command; wraps it in parentheses to force precedence for MySQL.

Inherited from Solar_Sql_Adapter_Mysql.

Parameters

  • (array) $from: The array of FROM clause elements.

Returns

  • (string) The FROM clause.

Description

Builds the FROM clause for a SELECT command; wraps it in parentheses to force precedence for MySQL.



Local