PHP Classes

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

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid (Sharma)   PHP Microservices Framework   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: PHP Microservices Framework
Setup microservices apps with configuration arrays
Author: By
Last change: tests
Date: 8 days 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',
    ]
];