コード例 #1
0
ファイル: getItems.php プロジェクト: BVengerov/borrow-simply
<?php

require_once '../classes/ItemRepository.php';
header('Content-type: application/json');
//For security reasons, will be automatically stripped by AngularJS
echo ")]}'\n";
$items = ItemRepository::getItems();
echo json_encode($items);