IMuModuleFetchResult
require_once IMu::$lib . '/Module.php'
Since: 1.0
Description
Provides results from a call to the IMuModule
fetch( )
method.
Properties
Property |
Details |
---|---|
|
The number of records returned in the result set. Type: int |
|
The best estimate of the size of the result set after the fetch method has completed. When the After the Type: int |
|
The array of the records actually fetched. Each record is represented by an associative array with the keys being the
names of the columns requested in the Type: array |