readObject() public method
Returns an object populated with the next row of data.
| public mixed readObject ( $className, $fields ) | ||
|---|---|---|
| $className | string |
Class name of the object to be created and populated |
| $fields | array |
Elements of this array are passed to the constructor |
| return | mixed |
The populated object, false if no more row of data available |
Please login to continue.