选择语言 :

Module_OOP_ORM_Result
    └ ArrayIterator PHP

MyQEE ORM 核心类

常量
OOP_ORM_Result::STD_PROP_LIST integer 1
OOP_ORM_Result::ARRAY_AS_PROPS integer 2
author
呼吸二氧化碳 jonwang@myqee.com
category
Module
package
ORM
copyright
Copyright © 2008-2013 myqee.com
license
http://www.myqee.com/license.html

$this->__construct( )


$this->__destruct( )


$this->get_uniqid( )

获取随机ID


$this->megre( $result )

合并Result结果

参数列表

参数 类型 描述 默认值
$result OOP_ORM_Result $result
返回值
  • OOP_ORM_Result

$this->append( )


$this->as_array( $key = null, $value_key = null)

返回数组

参数列表

参数 类型 描述 默认值
$key string 返回以$key为键名的数组 null
$value_key string 返回$value_key键名的值 null

$this->remove( $offset )

将某一对象移出此ORM,不对数据库操作

也可直接unset($ormTest[3])这样移除指定指针的项目

参数列表

参数 类型 描述 默认值
$offset $offset