PHP Classes

File: bootstrap.php

Recommend this page to a friend!
  Classes of Dennis de Swart   PHP Moby NLP   bootstrap.php   Download  
File: bootstrap.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Moby NLP
Generate complete thoughts from a verb and a noun
Author: By
Last change:
Date: 7 years ago
Size: 201 bytes
 

Contents

Class file image Download
<?php

/**
 * Log errors: Development purposes only.
 */
   
error_reporting(E_ALL);
   
ini_set('display_errors', 1);

/**
 * Start composer autoloader
 */
   
require __DIR__.'/vendor/autoload.php';