Class BaseP3MediaMeta
This is the model base class for the table "p3_media_meta".
Columns in table "p3_media_meta" available as properties of the model:
- CComponent
-
CModel
implements
IteratorAggregate,
ArrayAccess
-
CActiveRecord
-
BaseP3MediaMeta
Direct known subclasses
Package: p3media\models
Copyright: Copyright © 2005-2011 diemeisterei GmbH
License: http://www.phundament.com/license/
Author: Tobias Munk <schmunk@usrbin.de>
Since: 3.0.1
Located at phundament/p3media/models/BaseP3MediaMeta.php
Methods summary
public static
CActiveRecord
|
|
public
string
|
|
public
array
|
|
public
array
|
|
public
array
|
#
attributeLabels( )
Returns the attribute labels. Attribute labels are mainly used in error
messages of validation. By default an attribute label is generated using |
public
|
|
public
|
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(),
init(),
insert(),
instantiate(),
offsetExists(),
onAfterDelete(),
onAfterFind(),
onAfterSave(),
onBeforeDelete(),
onBeforeFind(),
onBeforeSave(),
populateRecord(),
populateRecords(),
primaryKey(),
query(),
refresh(),
refreshMetaData(),
resetScope(),
save(),
saveAttributes(),
saveCounters(),
scopes(),
setAttribute(),
setDbCriteria(),
setIsNewRecord(),
setOldPrimaryKey(),
setPrimaryKey(),
setTableAlias(),
together(),
update(),
updateAll(),
updateByPk(),
updateCounters(),
with()
Methods inherited from CModel
addError(),
addErrors(),
afterConstruct(),
afterValidate(),
beforeValidate(),
behaviors(),
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
Constants inherited from CActiveRecord
BELONGS_TO,
HAS_MANY,
HAS_ONE,
MANY_MANY,
STAT
Properties summary
Properties inherited from CActiveRecord
$db
Magic properties
public
integer
|
$id | |
|
public
integer
|
$status | |
|
public
string
|
$type | |
|
public
string
|
$language | |
|
public
integer
|
$treeParent_id | |
|
public
integer
|
$treePosition | |
|
public
string
|
$begin | |
|
public
string
|
$end | |
|
public
string
|
$keywords | |
|
public
string
|
$customData | |
|
public
integer
|
$label | |
|
public
string
|
$owner | |
|
public
string
|
$checkAccessCreate | |
|
public
string
|
$checkAccessRead | |
|
public
string
|
$checkAccessUpdate | |
|
public
string
|
$checkAccessDelete | |
|
public
string
|
$createdAt | |
|
public
string
|
$createdBy | |
|
public
string
|
$modifiedAt | |
|
public
string
|
$modifiedBy | |
|
public
string
|
$guid | |
|
public
string
|
$ancestor_guid | |
|
public
string
|
$model | |
#
Relations of table "p3_media_meta" available as properties of the model: |
public
|
$id0 | |
|
public
|
$treeParent | |
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