public function get_registrations($per_page = 10, $count = FALSE, $this_month = FALSE, $today = FALSE)
 {
     $this->_req_data = array_merge($_POST, $_REQUEST);
     return parent::get_registrations($per_page, $count, $this_month, $today);
 }