Confetti Bits

cb-ajax-events.php

CB Events Functions

These are going to be all of our CRUD functions for the events component.

Tags
since
3.0.0

Table of Contents

Functions

cb_ajax_new_events()  : mixed
Creates a new event object and saves it to the database.
cb_ajax_update_events()  : mixed
Updates an existing event object and saves it to the database.
cb_ajax_delete_events()  : mixed
Deletes an existing event object from the database.
cb_ajax_get_events()  : mixed
Retrieves event objects from the database.
cb_ajax_get_event_participants()  : mixed
Retrieves a list of participants for a given event.
cb_ajax_new_contest()  : mixed
Saves contest placements for a given event.
cb_ajax_get_bda()  : mixed
cb_ajax_new_bda()  : mixed
cb_ajax_update_bda()  : mixed
cb_ajax_delete_bda()  : mixed

Functions

cb_ajax_new_events()

Creates a new event object and saves it to the database.

cb_ajax_new_events() : mixed
Tags
since
3.0.0

cb_ajax_update_events()

Updates an existing event object and saves it to the database.

cb_ajax_update_events() : mixed
Tags
since
3.0.0

cb_ajax_delete_events()

Deletes an existing event object from the database.

cb_ajax_delete_events() : mixed
Tags
since
3.0.0

cb_ajax_get_events()

Retrieves event objects from the database.

cb_ajax_get_events() : mixed
Tags
since
3.0.0

cb_ajax_get_event_participants()

Retrieves a list of participants for a given event.

cb_ajax_get_event_participants() : mixed
Tags
since
3.0.0

cb_ajax_new_contest()

Saves contest placements for a given event.

cb_ajax_new_contest() : mixed
Tags
since
3.0.0

        
On this page

Search results