PHP Classes

File: src/Component/dispatcher.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   Zest   src/Component/dispatcher.php   Download  
File: src/Component/dispatcher.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Zest
Application to show the use of the Zest framework
Author: By
Last change:
Date: 2 years ago
Size: 439 bytes
 

Contents

Class file image Download
<?php

/**
 * This file is part of the Zest Framework.
 *
 * @author Muhammad Umer Farooq (Malik) <mumerfarooqlablnet01@gmail.com>
 *
 * @link https://github.com/zestframework/Zest_Framework
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 * @since 1.9.7
 *
 * @license MIT
 */
use Zest\http\Request;

//Dispatch the request
$com->dispatch(new Request());