Public Member Functions | |
tableName () | |
rules () | |
getAttributeLabel ($name) | |
getFbSharerUrl () | |
search ($pageSize=10, $collection_id=null) |
Static Public Member Functions | |
static | model ($className=__CLASS__) |
Protected Member Functions | |
beforeSave () | |
afterSave () | |
afterFind () |
Definition at line 23 of file RememberedPage.php.
|
static |
Returns the static model of the specified AR class.
string | $className | active record class name |
Definition at line 33 of file RememberedPage.php.
Referenced by ManageController\actionDeletePage(), and LastRemembered\run().
RememberedPage::rules | ( | ) |
Returns the validation rules for attributes.
Definition at line 55 of file RememberedPage.php.
RememberedPage::search | ( | $pageSize = 10 , |
|
$collection_id = null |
|||
) |
Search
Definition at line 106 of file RememberedPage.php.
RememberedPage::tableName | ( | ) |
Returns the name of the associated database table. By default this method returns the class name as the table name. You may override this method if the table is not named after this convention.
Definition at line 45 of file RememberedPage.php.