[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/include/events/ -> SqlResultIterator.inc (summary)

(no description)

File Size: 92 lines (2 kb)
Included or required: 11 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 classes

SqlResultIterator:: (7 methods):
  __construct()
  rewind()
  valid()
  next()
  current()
  key()
  toArray()

SqlResultIteratorRow:: (3 methods):
  __construct()
  get()
  __get()


Class: SqlResultIterator  - X-Ref

__construct($adb, $result)   X-Ref
No description

rewind()   X-Ref
No description

valid()   X-Ref
No description

next()   X-Ref
No description

current()   X-Ref
No description

key()   X-Ref
No description

toArray($copyFields=null)   X-Ref
Return the contents of the resultset as an array. Destroys a running iterator's state.

This method will reset the iterator using the rewind method.

$copyFields specify which fields of the result to copy to the array.
If not specified the function will return values for all the fields.

Class: SqlResultIteratorRow  - X-Ref

__construct($data)   X-Ref
No description

get($column)   X-Ref
No description

__get($column)   X-Ref
No description



Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1