PHP Classes

File: app/example/language/en-us.lang.php

Recommend this page to a friend!
  Classes of Carlos Eduardo Barcelos Amaral   Base MVC Framework   app/example/language/en-us.lang.php   Download  
File: app/example/language/en-us.lang.php
Role: Configuration script
Content type: text/plain
Description: Configuration script
Class: Base MVC Framework
MVC framework to be the base of Web applications
Author: By
Last change:
Date: 7 years ago
Size: 120 bytes
 

Contents

Class file image Download
<?php

return Array(

  
'index' => Array(
     
'title' => 'This is the Framework MVC <strong>Base</strong>!'
  
)

);