PHP Classes

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

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid(Sharma)   PHP Microservices Framework   Config/Routes/Common/GlobalDB/DELETEroutes.php   Download  
File: Config/Routes/Common/GlobalDB/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
Refactoring
Date: 6 days ago
Size: 657 bytes
 

Contents

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

return [
   
'group' => [
       
'{group_id:int|!0}' => [
           
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'GlobalDB' . DIRECTORY_SEPARATOR . 'DELETE' . DIRECTORY_SEPARATOR . 'groups.php',
        ],
    ],
   
'client' => [
       
'{client_id:int|!0}' => [
           
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'GlobalDB' . DIRECTORY_SEPARATOR . 'DELETE' . DIRECTORY_SEPARATOR . 'clients.php',
        ],
    ],
];