PHP Classes

File: api/library/PHPMailer-master/test/bootstrap.php

Recommend this page to a friend!
  Classes of adriano123456   API Voucher PHP School Management System   api/library/PHPMailer-master/test/bootstrap.php   Download  
File: api/library/PHPMailer-master/test/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: API Voucher PHP School Management System
Manage school activities, courses and students
Author: By
Last change:
Date: 1 year ago
Size: 140 bytes
 

Contents

Class file image Download
<?php
require_once 'vendor/autoload.php';
spl_autoload_register(function ($class) {
    require_once
strtr($class, '\\_', '//').'.php';
});