This class enables a database table to be easily manipulated without having to write any SQL.
Located in /RocksDBO.php (line 16)
The constructor enables the database object to be configured.
This will delete rows that match the parameters you have set on this object.
Allows the current cached version of the field definitions to be deleted, usually only used internally.
This returns the array of field definitions.
This loads a associative array of data into the fields.
This saves any changes to the DBO, if you have already got a value for the key it will perform a update otherwise a insert will be performed.
This will select all data with the properties that are set, if more than one row is returned a error is thrown.