PHP Classes

File: tests/functional/001_records/076_list_user_locations_within_geometry.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/076_list_user_locations_within_geometry.log   Download  
File: tests/functional/001_records/076_list_user_locations_within_geometry.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 291 bytes
 

Contents

Class file image Download
skip-for-sqlite: no support for geometry functions (spatialite) === GET /records/users?include=id,location&filter=location,swi,POLYGON((10 10,10 50,50 50,50 10,10 10)) === 200 Content-Type: application/json; charset=utf-8 Content-Length: 48 {"records":[{"id":1,"location":"POINT(30 20)"}]}