PHP Classes

File: docs.php

Recommend this page to a friend!
  Classes of Marco Cesarato   PHP API Database   docs.php   Download  
File: docs.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP API Database
Provide access to database records via REST API
Author: By
Last change: Reformatted code (php-cs-fixer)

Added code standard,
Added hooks git for code standard,
Fixed parse where on null elements
Date: 4 years ago
Size: 370 bytes
 

Contents

Class file image Download
<?php

$docs
= array(
   
'dataset' => array(/** @example
     * "example" => array(
     * "id" => array(
     * "description" => "Row identification",
     * "example" => "1",
     * ),
     * "guid" => array(
     * "description" => "Standard row identification GUID",
     * "example" => "cc7c0e6f-2662-8451-1e70-5c61496c3f5f",
     * ),
     * ),
     */
   
),
);