Jump to main content Jump to doc navigation

There are several static functions provided by xPDOObject that are responsible for loading a row, or a collection of rows into the appropriate derivative classes in your model.

  1. _loadRows
  2. _loadInstance
  3. _loadCollectionInstance
  4. load
  5. loadCollection
  6. loadCollectionGraph
  7. Using Custom Loader Classes