PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Eric Sizemore   Simple PHP Visitor Counter   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple PHP Visitor Counter
Count and display the visits that site pages had
Author: By
Last change:
Date: 8 months ago
Size: 111 bytes
 

Contents

Class file image Download
<?php

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

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