|
Previous Page |
Solar_Sql_Select |
Next Page |
_origAlias()
protected
array
_origAlias (
string $name
)
Returns an identifier as an "original" name and an "alias".
Parameters
- (string)
$name: The string identifier.
Returns
- (array) The $name string as an array with keys 'name' and 'alias'.
Description
Returns an identifier as an "original" name and an "alias".
Effectively splits the identifier at "AS", so that "foo AS bar" becomes array('orig' => 'foo', 'alias' => 'bar').
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _addSource()
- _buildFrom()
- _buildJoin()
- _buildSelect()
- _exception()
- _join()
- _origAlias()
- apiVersion()
- bind()
- clear()
- countPages()
- distinct()
- dump()
- fetch()
- fetchAll()
- fetchAssoc()
- fetchCol()
- fetchOne()
- fetchPairs()
- fetchPdo()
- fetchSql()
- fetchValue()
- from()
- fromSelect()
- getPaging()
- group()
- having()
- innerJoin()
- join()
- leftJoin()
- limit()
- limitPage()
- locale()
- multiHaving()
- multiWhere()
- orHaving()
- orWhere()
- order()
- quote()
- quoteInto()
- quoteMulti()
- setPaging()
- unbind()
- where()