PHP Classes

File: tests/functional/001_records/068_add_comment_with_sanitation.log

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

Contents

Class file image Download
=== POST /records/comments {"user_id":1,"post_id":2,"message":"<h1>Title</h1> <p>Body</p>","category_id":3} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 5 === GET /records/comments/5 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 59 {"id":5,"post_id":2,"message":"Title Body","category_id":3}