PHP Classes

Classes of Stephan Beal

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Stephan Beal (1)  >  Mission progress status  >  Reputation  
Picture of Stephan Beal
Name: Stephan Beal <contact>
Classes: 1
Country: ???
Age: ???
All time rank: 1985
Week rank: 227 Up
All time users: 1333
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 PHPClassLoader  
A classloader which mimics Java's own, using the PHP_CLASSPATH variable.
A classloader which mimics Java's own, using the PHP_CLASSPATH variable. New objects can be loaded with a simple '$foo=classload( "MyClass" )' call. It allows users to have functionality similar to that provided by include()'s use of the include_path, with the exception that they can change the include path without editing php.ini. It also adds some functionality as well. Also included is the function ext_include(), which is _almost_ a drop-in replacement for include() (it will not include the same file more than once, so it cannot be used to include code repeatedly from loops). Please see the samples in the top of the source file for instructions.
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 87% 75% - - - - 51% 2559
Month: Not yet rated by the users


  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