From Aspen Documentation
Finds timestamps after today
Since 1.0
Arguments
void whereAfterToday (string $field, [boolean $include_today = true], [string $match = 'AND'])
- field
- Database table field name.
- include_today
- Whether or not to include today as well.
- match
- Connecting operator to previous where statement. Default is AND.
Returns
This function does not return any values.
Examples
Example:
$this->APP->model->whereAfterToday('timestamp');