PHP Classes

File: languages/en_US.php

Recommend this page to a friend!
  Classes of Unay Santisteban   Simple Framework   languages/en_US.php   Download  
File: languages/en_US.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Simple Framework
Framework to implement MVC based Web applications
Author: By
Last change: Update of languages/en_US.php
Date: 2 months ago
Size: 144 bytes
 

Contents

Class file image Download
<?php defined('DACCESS') or die ('Acceso restringido!');
/* English dictionary. */
$dictionary = array(
   
'HELLOWORLD' => 'Hello World!'
);
?>