PHP Classes

File: routes.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   PHP Information Page   routes.php   Download  
File: routes.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Information Page
Show details of the current PHP environment
Author: By
Last change:
Date: 2 years ago
Size: 204 bytes
 

Contents

Class file image Download
<?php

//namespace required to define your component you can add many routes in one component as well
$namespace = "App\Components\siteinfo\Controllers";
$com->get('zestinfo', "Home@index@{$namespace}");