class RecordSet - jcobban/Genealogy GitHub Wiki

Up: Object-Oriented Access to Database Records

Source Code

This is a base class that implements common functionality for accessing a set of instances of a class derived from class Record. An instance of class RecordSet can generally be used anywhere that an array can be used. In particular a RecordSet can be iterated over using foreach, and a RecordSet can be passed to $tag‑>update.

Extended By

Table of Contents

Next: class Address