PHP Classes

File: test/bootstrap.php

Recommend this page to a friend!
  Classes of Jorge Castro   CacheOne   test/bootstrap.php   Download  
File: test/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: CacheOne
Store and retrieve data in groups using Redis
Author: By
Last change:
Date: 4 years ago
Size: 177 bytes
 

Contents

Class file image Download
<?php

if (file_exists(__DIR__ . '/../vendor/autoload.php')) {
    require_once
__DIR__ . '/../vendor/autoload.php';
} else {
    require_once
__DIR__ . '/../autoload.php';
}