PHP Classes

File: app/config/router.php

Recommend this page to a friend!
  Classes of Stefan Ninic   PHP Twitter Clone   app/config/router.php   Download  
File: app/config/router.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Twitter Clone
Social network application similar to Twitter
Author: By
Last change:
Date: 1 year ago
Size: 83 bytes
 

Contents

Class file image Download
<?php

$router
= $di->getRouter();

// Define your routes here

$router->handle();