Create an array of DatabaseObjects.
public static Create ( string $p_className, string $p_queryStr ) : array | ||
$p_className | string | The type of objects to create. The class must be a decendant of DatabaseObject and have a constructor that can take no parameters. |
$p_queryStr | string | The database query string that will fetch the rows from the database. |
return | array |