Property | Type | Description | |
---|---|---|---|
$validColumnsPage | array | Contains the valid database columns |
Method | Description | |
---|---|---|
create ( ) : void | Create a new record for the object in the database | |
delete ( ) : void | Deletes the object (and data) from database | |
getById ( integer $id = null ) : void | Get the data for the object by the given id, or by the id which is set in the object | |
init ( ) : void | Get the valid columns from the database | |
update ( ) : void | Updates the data in the object to the database |
protected array $validColumnsPage | ||
return | array |