PHP Classes

File: libs/PHPMailer/test/bootstrap.php

Recommend this page to a friend!
  Classes of Laudir Bispo   PHP Real Estate Website   libs/PHPMailer/test/bootstrap.php   Download  
File: libs/PHPMailer/test/bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Real Estate Website
Manage the properties of a real estate business
Author: By
Last change:
Date: 3 years 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';
});