PHP Classes

File: documentor/compile.php

Recommend this page to a friend!
  Classes of Mark Rolich   PHP URL Router Class   documentor/compile.php   Download  
File: documentor/compile.php
Role: Example script
Content type: text/plain
Description: Documention generator files
Class: PHP URL Router Class
Match URLs with routes for controllers and actions
Author: By
Last change: Update of documentor/compile.php
Date: 4 months ago
Size: 124 bytes
 

Contents

Class file image Download
<?php
$routes
= include 'predefined_routes.php';

$router = new Bike\Router($routes);

$result = $router->compile(false);
?>