Example #1
0
 public static function getCurrentShow()
 {
     $response = json_encode(ShowModel::getCurrentShow());
     echo $response;
     die;
 }