This is for Chuck to look at.
public function modelAction($actionData = false)
{
+ $start = 1;
+ $limit = 20;
+ $where = 'true';
+ $alphaWhere = '';
// Get any provided option
if (isset($_REQUEST['option'])) {
switch ( $option ) {
+ default:
+ // Get a current list of reg events
+ $listResult = $this->getSimpleRegEventsList($where.$alphaWhere, 'event_name', true, 'id', $start, $limit);
+ echo '<pre>$listResult: ' . print_r( $listResult, true ) . '</pre>';
+ break;
+
}
// including test data for now