PHP Classes

File: feature-test-cli.php

Recommend this page to a friend!
  Classes of Sriram   Basic PHP Bulk Email Queue System   feature-test-cli.php   Download  
File: feature-test-cli.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Basic PHP Bulk Email Queue System
Queue messages in a database to be delivered later
Author: By
Last change:
Date: 3 years ago
Size: 263 bytes
 

Contents

Class file image Download
<?php
   
require_once("autoload.php");

    use
Com\Angeldrome\Examples\Logger;
    if (
php_sapi_name() == "cli") {
       
$lg = new Logger();
       
//$lg->runExamples();
       
$thiscrashes->isit();
    } else {
       
header("Location: index.php");
    }