PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Eric Sizemore   Simple Template Engine   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple Template Engine
Template engine based on text replacement
Author: By
Last change: Update of tests/bootstrap.php
Date: 8 months ago
Size: 112 bytes
 

Contents

Class file image Download
<?php

// Turn on all errors.
error_reporting(E_ALL);

require_once
dirname(__DIR__) . '/vendor/autoload.php';