PHP Classes

File: Config/Queries/ClientDB/DELETE/Registration.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid(Sharma)   Open Swoole Microservices   Config/Queries/ClientDB/DELETE/Registration.php   Download  
File: Config/Queries/ClientDB/DELETE/Registration.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change: Refactoring
Refactoring
Date: 7 days ago
Size: 545 bytes
 

Contents

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

return
array_merge(
    include
Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'Common' . DIRECTORY_SEPARATOR . 'Registration.php',
    [
       
'__SET__' => [
           
'is_deleted' => ['custom', 'Yes']
        ],
       
'__WHERE__' => [
           
'is_deleted' => ['custom', 'No'],
           
'id' => ['uriParams', 'id', DatabaseDataTypes::$PrimaryKey]
        ],
    ]
);