check_date_relationships_load()
This function retrieves a record of the appropriate type from the DB. It fills in all of the fields from the DB into the object it was called on.
param: $id - If ID is specified, it overrides the current value of $this->id. If not specified the current value of $this->id will be used.
return: this - The object that it was called apon or null if exactly 1 record was not found.
check_date_relationships_save()
This function processes the date and time fields.
Interal function, do not override.
Bookmarks