PHP Classes

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

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid (Sharma)   Open Swoole Microservices   Config/Routes/Common/ClientDB/POSTroutes.php   Download  
File: Config/Routes/Common/ClientDB/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: tests
Refactoring
Date: 1 month ago
Size: 1,057 bytes
 

Contents

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

return [
   
'category' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'POST' . DIRECTORY_SEPARATOR . 'Category.php',
    ],
   
'category-1' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'POST' . DIRECTORY_SEPARATOR . 'Category-1.php',
    ],
   
'registration' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'POST' . DIRECTORY_SEPARATOR . 'Registration.php',
    ],
   
'address' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'ClientDB' . DIRECTORY_SEPARATOR . 'POST' . DIRECTORY_SEPARATOR . 'Address.php',
    ]
];