PHP Classes

File: public/Asset/routers.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   PHP Slim Framework 3 Modular Application   public/Asset/routers.php   Download  
File: public/Asset/routers.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Slim Framework 3 Modular Application
Create modular applications using Slim Framework
Author: By
Last change:
Date: 7 years ago
Size: 268 bytes
 

Contents

Class file image Download
<?php return array (
 
0 =>
  array (
   
'GET' =>
    array (
     
'/core/hello' => 'route0',
    ),
   
'POST' =>
    array (
     
'/authenticate' => 'route1',
    ),
   
'*' =>
    array (
     
'/core/cache' => 'route2',
    ),
  ),
 
1 =>
  array (
  ),
);