LazyLoad Class Reference

List of all members.

Public Member Functions

 LazyLoad ($classname, $filepath)
 __call ($name, $args, &$ret)
 LazyLoad ($classname, $filepath)
 __call ($name, $args)

Public Attributes

 $classname
 $filepath
 $loaded
 $object

Detailed Description

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description: A lazy-loading class for PHP4. Objects of this class can "proxy" calls to the real object, avoiding any load time unless the object is actually used at some point.

PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet

Author:
Judd Vinet <jvinet@zeroflux.org>

Description: A lazy-loading class for PHP5. Objects of this class can "proxy" calls to the real object, avoiding any load time unless the object is actually used at some point.

Definition at line 12 of file lazyload_php4.php.


Member Function Documentation

LazyLoad::__call ( name,
args 
)

Definition at line 35 of file lazyload_php5.php.

References $args.

LazyLoad::__call ( name,
args,
&$  ret 
)

Definition at line 35 of file lazyload_php4.php.

References $args.

LazyLoad::LazyLoad ( classname,
filepath 
)

Constructor

Parameters:
string $classname
string $filepath

Definition at line 26 of file lazyload_php5.php.

References $classname, and $filepath.

LazyLoad::LazyLoad ( classname,
filepath 
)

Constructor

Parameters:
string $classname
string $filepath

Definition at line 26 of file lazyload_php4.php.

References $classname, and $filepath.


Member Data Documentation

LazyLoad::$classname

Definition at line 14 of file lazyload_php4.php.

Referenced by LazyLoad().

LazyLoad::$filepath

Definition at line 15 of file lazyload_php4.php.

Referenced by LazyLoad().

LazyLoad::$loaded

Definition at line 17 of file lazyload_php4.php.

LazyLoad::$object

Definition at line 18 of file lazyload_php4.php.


The documentation for this class was generated from the following files:

Generated on Wed Jan 13 09:21:04 2010 for Pronto Framework by  doxygen 1.6.1