PHP Classes

File: Config/Routes/Common/ClientDB/DELETEroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid(Sharma)   PHP Microservices Framework   Config/Routes/Common/ClientDB/DELETEroutes.php   Download  
File: Config/Routes/Common/ClientDB/DELETEroutes.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Microservices Framework
Setup microservices apps with configuration arrays
Author: By
Last change: Refactoring
Date: 8 days ago
Size: 655 bytes
 

Contents

Class file image Download
<?php
namespace Microservices\Config\Routes\Common\Client;

return [
   
'registration' => [
       
'{id:int|!0}' => [
           
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'DELETE' . DIRECTORY_SEPARATOR . 'Registration.php',
        ],
    ],
   
'address' => [
       
'{id:int|!0}' => [
           
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'DELETE' . DIRECTORY_SEPARATOR . 'Address.php',
        ],
    ]
];