PHP Classes

File: app/Views/errors/cli/error_404.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   app/Views/errors/cli/error_404.php   Download  
File: app/Views/errors/cli/error_404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP GuestBook with Database
GuestBook application using MySQL to store posts
Author: By
Last change:
Date: 5 months ago
Size: 102 bytes
 

Contents

Class file image Download
<?php

use CodeIgniter\CLI\CLI;

CLI::error('ERROR: ' . $code);
CLI::write($message);
CLI::newLine();