getMonthGraph_for_av_active_user($aFrom, $aTo);//<== return $result; } function getWeekGraph_for_av_active_user($aFrom, $aTo){ $camdpams = new Camdpams(); $result = $camdpams->getWeekGraph_for_av_active_user($aFrom, $aTo);//<== return $result; } function getDayGraph_for_av_active_user($aFrom, $aTo){ $camdpams = new Camdpams(); $result = $camdpams->getDayGraph_for_av_active_user($aFrom, $aTo);//<== return $result; } function getQuarter_for_av_active_user($aFrom,$aTo){ $camdpams = new Camdpams(); $result = $camdpams->getQuarter_for_av_active_user($aFrom,$aTo); return $result; } function getYear_for_av_active_user($aFrom,$aTo){ $camdpams = new Camdpams(); $result = $camdpams->getYear_for_av_active_user($aFrom,$aTo); return $result; } function getPerDayOfWeek_for_av_active_user($aFrom,$aTo){ $camdpams = new Camdpams(); $result = $camdpams->getPerDayOfWeek_for_av_active_user($aFrom,$aTo); return $result; } function getPerHourOfDay_for_av_active_user($aFrom,$aTo){ $camdpams = new Camdpams(); $result = $camdpams->getPerHourOfDay_for_av_active_user($aFrom,$aTo); return $result; } if (!isset($_GET['PeriodToDisplay'])){ /* ==================== Sajax Initialisation ==================== */ $sajax_request_type = "POST"; $sajax_debug_mode = 0; sajax_init(); sajax_export( "getMonthGraph_for_av_active_user", "getWeekGraph_for_av_active_user", "getDayGraph_for_av_active_user" ); sajax_handle_client_request(); print "