PHP Classes

File: application/views/errors/cli/error_404.php

Recommend this page to a friend!
  Classes of aidid alam   Codeigniter Eloquent ORM   application/views/errors/cli/error_404.php   Download  
File: application/views/errors/cli/error_404.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Codeigniter Eloquent ORM
Store CodeIgniter model objects using Eloquent ORM
Author: By
Last change:
Date: 1 year ago
Size: 128 bytes
 

Contents

Class file image Download
<?php
defined
('BASEPATH') OR exit('No direct script access allowed');

echo
"\nERROR: ",
   
$heading,
   
"\n\n",
   
$message,
   
"\n\n";