| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Orkhan (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This class can get application translation texts from PHP scripts. It can determine the current user language by either checking a GET request variable, a cookie or a default configuration value. The class can load a language script for the current user language. The script defines an associative array with all the text strings needed for your application. The language texts can be retrieved by accessing class variables with the text names. |
| ||||
| This class can extract actions defined by URL patterns. It parses a configuration XML file that defines URL patterns and associated route actions. The main class compares the current request URI with the configured patterns and returns the matched route action name. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |