Property | Type | Description | |
---|---|---|---|
$database_table_name | These are other extra variables that don't need to be matched in the DB table. | ||
$insert_fields_to_ignore | This is the table that this class interacts with. |
Method | Description | |
---|---|---|
__construct ( ) | These are tables fields that will be IGNORED when inserts happen. | |
get ( $id ) | ||
getAttr ( $value, $kind ) | ||
insert ( ) | ||
insertNew ( ) | ||
populateFromAttribute ( $value, $kind ) | ||
populateFromId ( $id ) | ||
update ( ) |
public __construct ( ) |
public $database_table_name |