PHP Classes

File: tests-public/index.php

Recommend this page to a friend!
  Classes of Eduardo Luz   PHP Action Class   tests-public/index.php   Download  
File: tests-public/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Action Class
Create objects that execute actions dynamically
Author: By
Last change:
Date: 5 years ago
Size: 147 bytes
 

Contents

Class file image Download
<?php

include_once __DIR__.'/../vendor/autoload.php';
include_once
__DIR__.'/../tests-src/Server.php';


$server = new Server();
$server->run();