PHP Classes

File: bootstrap.php

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

Contents

Class file image Download
<?php

//require_once __DIR__ ."/../../vendor/autoload.php";

$toInclude = __DIR__ ."/vendor/autoload.php";

include
$toInclude;