Pooled record properties

From Sunhill Framework Documentation

Pooled record properties are record properties that can load their data out of a pool of data (like a database).

load($id)

Loads the data for the id $id.

create()

Creates an empty record, prefills it with default values (if there are any).

getID(): mixed

Returns the current id or null if the record was not stored yet