Jeff PHP framework  0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
Localization
+ Collaboration diagram for Localization:

Modules

 Language

Files

file  english.php
 

Contains the english translations dictionary.


file  english.php
 

Contains the english translations dictionary.


file  italiano.php
 

Contains the italian translations dictionary.


file  italiano.php
 

Contains the italian translations dictionary.


Functions

 __ ($id)
 String localization.

Detailed Description

Jeff supports localization. Strings in different languages are translated in themes localization files and retrieved by their key identifier.

The localization function __() returns the string translated in the active language.


Function Documentation

__ ( id)

String localization.

Parameters:
string$idstring identifier
Returns:
the localized string

Definition at line 25 of file functions.php.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: