Jeff PHP framework
0.99
Modular, extensible, OOP, MVC, lightweight php framework designed to ease the programmers in the development of web applications.
|
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. |
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.
__ | ( | $ | id | ) |
String localization.
string | $id | string identifier |
Definition at line 25 of file functions.php.