PHP Classes

Packages of Ralf Mike Pretzlaw

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Ralf Mike Pretzlaw (3)  >  Mission progress status  >  Reputation  
Picture of Ralf Mike Pretzlaw
Name: Ralf Mike Pretzlaw <contact>
Classes: 3
Country: Germany Germany
Age: 42
All time rank: 2088130 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 1234
Week users: 0
Innovation award
Innovation award
Nominee: 2x
 
  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 Defer  
PHP Programming Innovation award nominee
January 2013
Number 4
Defer executing of code to emulate final functions
This class can defer executing of code to emulate final functions.

It can register functions to be called when the object is destroyed, so the functions are only executed when the current function or scope ends and the class destructor is called.

The class can also register references to variables that will also be unset by the class destructor when the current function or scope ends.

  Files folder image Overload  
PHP Programming Innovation award nominee
April 2009
Number 6
Emulate class function overloading
This class implements class function overloading.

It is a base class that allows sub-classes to have functions that may be called in several ways using with a different number of arguments or arguments with different types.

The base class intercept calls to the overloaded functions and dispatches those calls according to the types and number of arguments.

  Files folder image Template Class / Viewer  
Template engine that replaces marks with variables
This class implements a template engine that replaces marks with variable values.

It can load a template from a static file or a PHP script that is executed to generate the template output

The class can replace the template placeholder marks by values previous set to the class object variables.


  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