PHP Classes

File: Config/Queries/ClientDB/POST/Address.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   Open Swoole Microservices   Config/Queries/ClientDB/POST/Address.php   Download  
File: Config/Queries/ClientDB/POST/Address.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change: Implemented serverMode feature for Read Configs
Date: 1 month ago
Size: 413 bytes
 

Contents

Class file image Download
<?php
namespace Microservices\Config\Queries\ClientDB\POST;

use
Microservices\App\Constants;

return [
   
'query' => "INSERT INTO `address` SET __SET__",
   
'__SET__' => [
       
//column => [payload|readOnlySession|uriParams|insertIdParams|{custom}, key|{value}],
       
'registration' => ['payload', 'registration_id'],
       
'address' => ['payload', 'address'],
    ],
   
'insertId' => 'address:id'
];