PHP Classes

File: tests/bootstrap.php

Recommend this page to a friend!
  Classes of Muhammed M   PHP Page Cache Output   tests/bootstrap.php   Download  
File: tests/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Page Cache Output
Store full page output in cache files
Author: By
Last change: Fixed empty cache file bug. Added tests
Date: 6 years ago
Size: 304 bytes
 

Contents

Class file image Download
<?php
/**
 * This file is part of the PageCache package.
 *
 * @author Muhammed Mamedov <mm@turkmenweb.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

session_start();

require
__DIR__.'/../vendor/autoload.php';