CActiveRecord
CActiveRecord
Package | system.db.ar |
---|---|
Inheritance | abstract class CActiveRecord » CModel » CComponent |
Implements | ArrayAccess, Traversable, IteratorAggregate |
Since | 1.0 |
Source Code | framework/db/ar/CActiveRecord.php |
CActiveRecord is the base class for classes representing relational data.
It implements the active record design pattern, a popular Object-Relational Mapping (ORM) technique. Please check 登录查看完整内容
It implements the active record design pattern, a popular Object-Relational Mapping (ORM) technique. Please check 登录查看完整内容