PHP Classes

Classes of TB

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of TB (1)  >  Mission progress status  >  Reputation  
Picture of TB
Name: TB <contact>
Classes: 1
Country: United States United States
Age: ???
All time rank: 3348448 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 472
Week users: 0
Innovation award
Innovation award
Nominee: 1x
 
  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 Manager Class  
PHP Programming Innovation award nominee
October 2011
Number 9
Load classes when a function is called
This class can load classes when a function is called.

It handles calls to non-existent functions by checking the name of the called function and loading a class with the same name including a script with derived name.

The name of the directory from where the class files are included is configurable.

If the called function includes an underscore character, the class also calls the class function with the name that follows the underscore character. Otherwise, the class calls the constructor function with the same name of the class.


  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