Method | Description | |
---|---|---|
attributeLabels ( ) : array | ||
findAllByXpath ( string $xpath = '/' ) : CActiveRecord[] | Simple wrapper function for getting the remaps for a specific Xpath. | |
model ( $className = __CLASS__ ) : |
Returns the static model of the specified AR class. | |
relations ( ) : array | ||
rules ( ) : array | ||
search ( ) : CActiveDataProvider | Retrieves a list of models based on the current search/filter conditions. | |
tableName ( ) : string |
public attributeLabels ( ) : array | ||
return | array | customized attribute labels (name=>label) |
public findAllByXpath ( string $xpath = '/' ) : CActiveRecord[] | ||
$xpath | string | |
return | CActiveRecord[] |
public static model ( $className = __CLASS__ ) : |
||
return | the static model class |
public search ( ) : CActiveDataProvider | ||
return | CActiveDataProvider | the data provider that can return the models based on the search/filter conditions. |