PHP Classes

File: Routes/Routes.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   What is My Browser   Routes/Routes.php   Download  
File: Routes/Routes.php
Role: Example script
Content type: text/plain
Description: Example script
Class: What is My Browser
Show the details of the current user browser
Author: By
Last change:
Date: 5 years ago
Size: 169 bytes
 

Contents

Class file image Download
<?php

// Add the Routes
$router->get('',"Home@index");

//Cache the Routes
$router->cacheRouters();
//Dispatch the request
$router->dispatch($_SERVER['QUERY_STRING']);