CStatElement
Package | system.db.ar |
---|---|
Inheritance | class CStatElement |
Since | 1.0.4 |
Version | $Id: CActiveFinder.php 2231 2010-06-25 21:05:21Z qiang.xue $ |
CStatElement represents STAT join element for CActiveFinder.
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
relation | CActiveRelation | the relation represented by this tree node | CStatElement |
Public Methods
Method | Description | Defined By |
---|---|---|
__construct() | Constructor. | CStatElement |
query() | Performs the STAT query. | CStatElement |
Property Details
relation
property
public CActiveRelation $relation;
the relation represented by this tree node
Method Details
__construct()
method
$finder | CActiveFinder | the finder |
$relation | CStatRelation | the STAT relation |
$parent | CJoinElement | the join element owning this STAT element |
Constructor.
query()
method
public void query()
|
Performs the STAT query.