diff --git a/airtime_mvc/application/models/ListenerStat.php b/airtime_mvc/application/models/ListenerStat.php new file mode 100644 index 000000000..bedd82453 --- /dev/null +++ b/airtime_mvc/application/models/ListenerStat.php @@ -0,0 +1,20 @@ +=:p1 AND cc_timestamp.TIMESTAMP<=:p2) +ORDER BY cc_timestamp.TIMESTAMP +SQL; + $data = Application_Common_Database::prepareAndExecute($sql, array('p1'=>$p_start, 'p2'=>$p_end)); + + return $data; + } +} \ No newline at end of file