PHP Classes

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

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid(Sharma)   Open Swoole Microservices   Config/Routes/Common/GlobalDB/POSTroutes.php   Download  
File: Config/Routes/Common/GlobalDB/POSTroutes.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: 554 bytes
 

Contents

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

return [
   
'group' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'GlobalDB' . DIRECTORY_SEPARATOR . 'POST' . DIRECTORY_SEPARATOR . 'groups.php',
    ],
   
'client' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'GlobalDB' . DIRECTORY_SEPARATOR . 'POST' . DIRECTORY_SEPARATOR . 'clients.php',
    ],
];