Public Member Functions | |
| LazyLoad ($classname, $filepath) | |
| __call ($name, $args, &$ret) | |
| LazyLoad ($classname, $filepath) | |
| __call ($name, $args) | |
Public Attributes | |
| $classname | |
| $filepath | |
| $loaded | |
| $object | |
PRONTO WEB FRAMEWORK Copyright (C) 2006, Judd Vinet
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
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.
| 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
| string | $classname | |
| string | $filepath |
Definition at line 26 of file lazyload_php5.php.
References $classname, and $filepath.
| LazyLoad::LazyLoad | ( | $ | classname, | |
| $ | filepath | |||
| ) |
Constructor
| string | $classname | |
| string | $filepath |
Definition at line 26 of file lazyload_php4.php.
References $classname, and $filepath.
| 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.
1.6.1