PHP Classes

Packages of Konstantin S. Budylov

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Konstantin S. Budylov (2)  >  Mission progress status  >  Reputation  
Picture of Konstantin S. Budylov
Name: Konstantin S. Budylov <contact>
Classes: 2
Country: Russian Federation Russian Federation
Age: 47
All time rank: 81530 in Russian Federation Russian Federation
Week rank: 195 Up12 in Russian Federation Russian Federation Up
All time users: 3888
Week users: 0
 
  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  
  Files folder image PHP Callback  
Register and invoke callback functions
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.

  Files folder image phpMultiLang  
Retrieve internationalized texts from data files
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