包 core

包 mvc

包 orm

包 form

包 database

包 helper

包 cache

包 webcontrols

包 behavior

包 exception

包 debug

类 - QDB_ActiveRecord_Interface

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

方法详细说明

__define() 方法

abstract public static array __define()

返回对象的定义


find() 方法

abstract public static QDB_Select find()

开启一个查询,查找符合条件的对象或对象集合


meta() 方法

abstract public static QDB_ActiveRecord_Meta meta()

返回当前 ActiveRecord 类的元数据对象