PHP Classes

File: tests/functional/003_columns/017_get_barcodes_table_as_xml.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/003_columns/017_get_barcodes_table_as_xml.log   Download  
File: tests/functional/003_columns/017_get_barcodes_table_as_xml.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: 538 bytes
 

Contents

Class file image Download
=== GET /columns/barcodes?format=xml === 200 Content-Type: text/xml; charset=utf-8 Content-Length: 433 <root><name>barcodes</name><type>table</type><columns type="array"><item><name>id</name><type>integer</type><pk>true</pk></item><item><name>product_id</name><type>integer</type><fk>products</fk></item><item><name>hex</name><type>varchar</type><length>255</length></item><item><name>bin</name><type>blob</type></item><item><name>ip_address</name><type>varchar</type><length>15</length><nullable>true</nullable></item></columns></root>