Jump to main content Jump to doc navigation

xPDOObject::_loadRows()

This function is responsible for loading a result set from the database and returning a PDOStatement object representing the result set.

Syntax

API Doc: _loadRows

static PDOStatement|null _loadRows(
   xPDO &$xpdo,
   string $className,
   mixed $criteria
)