PHP Classes

File: Config/Routes/Open/GETroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid (Sharma)   PHP Microservices Framework   Config/Routes/Open/GETroutes.php   Download  
File: Config/Routes/Open/GETroutes.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:
Date: 5 days ago
Size: 1,086 bytes
 

Contents

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

return [
   
'category-1' => [
       
'__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'Open' . DIRECTORY_SEPARATOR . 'GET' . DIRECTORY_SEPARATOR . 'Category-1.php',
    ],
   
// 'category' => [
    // '__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'Open' . DIRECTORY_SEPARATOR . 'GET' . DIRECTORY_SEPARATOR . 'Category.php',
    // 'search' => [
    // '__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'Open' . DIRECTORY_SEPARATOR . 'GET' . DIRECTORY_SEPARATOR . 'SearchCategory.php',
    // ],
    // '{id:int|!0}' => [
    // '__file__' => $Constants::$DOC_ROOT . DIRECTORY_SEPARATOR . 'Config' . DIRECTORY_SEPARATOR . 'Queries' . DIRECTORY_SEPARATOR . 'Open' . DIRECTORY_SEPARATOR . 'GET' . DIRECTORY_SEPARATOR . 'Category-Single.php',
    // ]
    // ]
];