Class P3Page
This is the model base class for the table "p3_page".
Columns in table "p3_page" available as properties of the model:
- CComponent
-
CModel
implements
IteratorAggregate,
ArrayAccess
-
CActiveRecord
-
P3ActiveRecord
-
BaseP3Page
-
P3Page
Category: db.ar
Author: Tobias Munk <schmunk@usrbin.de>
Located at phundament/p3pages/models/P3Page.php
Methods summary
public
|
|
public static
CActiveRecord
|
|
public
|
|
public
|
|
public
array
|
|
public
array
|
|
public
|
|
public
|
|
public
|
|
public static
|
|
public static
|
Methods inherited from BaseP3Page
attributeLabels(),
relations(),
search(),
tableName()
Methods inherited from P3ActiveRecord
Methods inherited from CActiveRecord
__call(),
__construct(),
__get(),
__isset(),
__set(),
__sleep(),
__unset(),
addRelatedRecord(),
afterDelete(),
afterFind(),
afterFindInternal(),
afterSave(),
applyScopes(),
attributeNames(),
beforeDelete(),
beforeFind(),
beforeFindInternal(),
beforeSave(),
cache(),
count(),
countByAttributes(),
countBySql(),
defaultScope(),
delete(),
deleteAll(),
deleteAllByAttributes(),
deleteByPk(),
equals(),
exists(),
find(),
findAll(),
findAllByAttributes(),
findAllByPk(),
findAllBySql(),
findByAttributes(),
findByPk(),
findBySql(),
getActiveRelation(),
getAttribute(),
getAttributeLabel(),
getAttributes(),
getCommandBuilder(),
getDbConnection(),
getDbCriteria(),
getIsNewRecord(),
getMetaData(),
getOldPrimaryKey(),
getPrimaryKey(),
getRelated(),
getTableAlias(),
getTableSchema(),
hasAttribute(),
hasRelated(),
insert(),
instantiate(),
offsetExists(),
onAfterDelete(),
onAfterFind(),
onAfterSave(),
onBeforeDelete(),
onBeforeFind(),
onBeforeSave(),
populateRecord(),
populateRecords(),
primaryKey(),
query(),
refresh(),
refreshMetaData(),
resetScope(),
save(),
saveAttributes(),
saveCounters(),
setAttribute(),
setDbCriteria(),
setIsNewRecord(),
setOldPrimaryKey(),
setPrimaryKey(),
setTableAlias(),
together(),
update(),
updateAll(),
updateByPk(),
updateCounters(),
with()
Methods inherited from CModel
addError(),
addErrors(),
afterConstruct(),
afterValidate(),
beforeValidate(),
clearErrors(),
createValidators(),
generateAttributeLabel(),
getError(),
getErrors(),
getIterator(),
getSafeAttributeNames(),
getScenario(),
getValidatorList(),
getValidators(),
hasErrors(),
isAttributeRequired(),
isAttributeSafe(),
offsetGet(),
offsetSet(),
offsetUnset(),
onAfterConstruct(),
onAfterValidate(),
onBeforeValidate(),
onUnsafeAttribute(),
setAttributes(),
setScenario(),
unsetAttributes(),
validate()
Methods inherited from CComponent
asa(),
attachBehavior(),
attachBehaviors(),
attachEventHandler(),
canGetProperty(),
canSetProperty(),
detachBehavior(),
detachBehaviors(),
detachEventHandler(),
disableBehavior(),
disableBehaviors(),
enableBehavior(),
enableBehaviors(),
evaluateExpression(),
getEventHandlers(),
hasEvent(),
hasEventHandler(),
hasProperty(),
raiseEvent()
Magic methods summary
Constants summary
string |
PAGE_ID_KEY
|
'pageId' |
|
string |
PAGE_NAME_KEY
|
'pageName' |
Constants inherited from CActiveRecord
BELONGS_TO,
HAS_MANY,
HAS_ONE,
MANY_MANY,
STAT
Properties summary
Properties inherited from CActiveRecord
$db
Magic properties inherited from BaseP3Page
$id,
$layout,
$p3PageMeta,
$route,
$view
Magic properties inherited from CActiveRecord
$attributes,
$commandBuilder,
$dbConnection,
$dbCriteria,
$isNewRecord,
$metaData,
$oldPrimaryKey,
$primaryKey,
$tableAlias,
$tableSchema
Magic properties inherited from CModel
$errors,
$iterator,
$safeAttributeNames,
$scenario,
$validatorList,
$validators