| Package | system.db.ar |
|---|---|
| Inheritance | class CActiveRecordMetaData |
| Since | 1.0 |
| Version | $Id: CActiveRecord.php 1591 2009-12-15 16:01:10Z qiang.xue $ |
| Property | Type | Description | Defined By |
|---|---|---|---|
| attributeDefaults | array | attribute default values | CActiveRecordMetaData |
| columns | array | table columns | CActiveRecordMetaData |
| relations | array | list of relations | CActiveRecordMetaData |
| tableSchema | CDbTableSchema | the table schema information | CActiveRecordMetaData |
| Method | Description | Defined By |
|---|---|---|
| __construct() | Constructor. | CActiveRecordMetaData |
| getValidators() | CActiveRecordMetaData |
attribute default values
table columns
list of relations
the table schema information
|
public void __construct(CActiveRecord $model)
| ||
| $model | CActiveRecord | the model instance |
Constructor.
|
public array getValidators()
| ||
| {return} | array | list of validators |
Be the first person to leave a comment
Please login to leave your comment.