PHP Classes

File: application/i18n/en/en.php

Recommend this page to a friend!
  Classes of Nitesh Apte   Define MVC   application/i18n/en/en.php   Download  
File: application/i18n/en/en.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Define MVC
A front controller based MVC framework
Author: By
Last change:
Date: 8 years ago
Size: 456 bytes
 

Contents

Class file image Download
<?php
return array(
       
// Error page //
       
"400" => "Bad Request.",
       
"401" => "Unauthorized Access.",
       
"402" => "Payment Required.",
       
"403" => "Forbidden. You are not allowed to access this page.",
       
"408" => "Request Timeout.",
       
"415" => "Unsupported Media Type.",
       
"500" => "Internal Server Error.",
       
"502" => "Bad Gateway.",
       
"503" => "Service Unavailable.",
       
"404" => "Page Not Found! <BR><BR>Oops...Guess you were looking for something else."
);