コード例 #1
0
 public function getCommentsForBeverageJson($id)
 {
     $json = Beverage::getAllCommentsByBeverage($id);
     header('Content-type: application/json');
     return $json;
 }