| 包 | orm | 
|---|---|
| 类层次 | class QDB_ActiveRecord_Interface | 
| 版本 | $Id: interface.php 2234 2009-02-11 07:52:10Z dualface $ | 
QDB_ActiveRecord_Interface 接口确定了所有 QDB_ActiveRecord_Abstract 继承类必须实现的静态方法
| 方法 | 描述 | 定义于 | 
|---|---|---|
| __define() | 返回对象的定义 | QDB_ActiveRecord_Interface | 
| find() | 开启一个查询,查找符合条件的对象或对象集合 | QDB_ActiveRecord_Interface | 
| meta() | 返回当前 ActiveRecord 类的元数据对象 | QDB_ActiveRecord_Interface |