PHP Classes

File: tests/functional/001_records/020_list_with_paginate_in_descending_order.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/020_list_with_paginate_in_descending_order.log   Download  
File: tests/functional/001_records/020_list_with_paginate_in_descending_order.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: 254 bytes
 

Contents

Class file image Download
=== GET /records/posts?page=2,2&order=id,desc === 200 Content-Type: application/json; charset=utf-8 Content-Length: 132 {"records":[{"id":12,"user_id":1,"category_id":1,"content":"#8"},{"id":11,"user_id":1,"category_id":1,"content":"#7"}],"results":12}