Ejemplo n.º 1
0
 public function getLinkByKaraokeId($karaoke_id)
 {
     $master = new KaraokeMaster();
     try {
         $res = $master->play($karaoke_id);
     } catch (Exception $e) {
         trigger_error($e->getMessage());
     }
     return $res;
 }