PHP Class SQL_Many, atk4

Inheritance: extends AbstractModel
Show file Open project: atk4/atk4

Public Properties

Property Type Description
$auto_track_element
$model SQL_Model
$model_name
$orig_conditions
$our_field
$owner SQL_Model
$relation
$table_alias
$their_field

Public Methods

Method Description
from ( $m )
ref ( $mode = null )
refSQL ( $mode = null )
restoreConditions ( )
saveConditions ( )
set ( $model, $their_field = null, $our_field = null, $relation = null ) }}}

Method Details

from() public method

public from ( $m )

ref() public method

public ref ( $mode = null )

refSQL() public method

public refSQL ( $mode = null )

restoreConditions() public method

public restoreConditions ( )

saveConditions() public method

public saveConditions ( )

set() public method

}}}
public set ( $model, $their_field = null, $our_field = null, $relation = null )

Property Details

$auto_track_element public property

public $auto_track_element

$model public property

public SQL_Model $model
return SQL_Model

$model_name public property

public $model_name

$orig_conditions public property

public $orig_conditions

$our_field public property

public $our_field

$owner public property

public SQL_Model $owner
return SQL_Model

$relation public property

public $relation

$table_alias public property

public $table_alias

$their_field public property

public $their_field