| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Konstantin S. Budylov (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 be used to register and invoke callback functions. The class can register a callback function by associating a string that defines the function name to the name of a global function or a function of a given object. Then the class can invoke a callback function by specifying its name and an eventual list of parameters passed as an array, similar to the PHP call_user_func_array function. |
| ||||
| The class is intended for the organization of multilanguage support in web application. Provides all basic necessary functionality for storage and processing of the language data, and some additional opportunities: -As sources of the language data you can use of files and-or arrays. -In case of use of files - processing of their any amount , and also caching results of processing is supported. -Probably dynamic (i.e. after data processing) addition of the new language data from arrays. -Probably dynamic change of already processed data. -In the language data any HTML-marking is allowable. -Probably dynamic formatting of the language data with use sprintf() modifiers. Plus to all a class possesses the understandable interface, and is simple in use. |
| 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 |