PHP Classes

File: app/routes.php

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   pH7 PHP Web App Boilerplate   app/routes.php   Download  
File: app/routes.php
Role: Example script
Content type: text/plain
Description: Example script
Class: pH7 PHP Web App Boilerplate
Start a Web app development using boilerplate code
Author: By
Last change:
Date: 1 year ago
Size: 136 bytes
 

Contents

Class file image Download
<?php

namespace PH7\Boilerplate;

// Home page
$app->get('/', 'PH7\Boilerplate\Controller\MainController::indexAction')->bind('home');