getDesiredName ( ) |
Will use either foreign_alias or create #join_.
|
init ( ) |
This method is to figure out stuff. |
|
initSelectQuery ( $model, $query ) |
Before query is executed, this method will be called. |
|
Method Details
afterInsert()
public method
afterLoad()
public method
beforeInsert()
public method
beforeUpdate()
public method
getDSQLExpression()
public method
getDesiredName()
public method
Will use either foreign_alias or create #join_.
This method is to figure out stuff.
initSelectQuery()
public method
Before query is executed, this method will be called.
Property Details
$foreign_alias public_oe property
A short symbolic name that will be used as an alias for the joined table.
$kind protected_oe property
You can specify your own type of join by passing ['kind'=>'right']
as second argument to join().
$on protected_oe property
By default we create ON expression ourselves, but if you want to specify
it, use the 'on' property.
|