|
|
| Name: |
PHP Handyman |
| Base name: |
php-handyman |
| Description: |
Dynamically add functions to an object |
| Version: |
0.3 |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
340 users |
| All time rank: |
5489 |
| Week users: |
0 users |
| Week rank: |
2364 |
| |
|
This class can dynamically add functions to an object.
It can register a global function to an object of the class which is called when a function with the same name is called on that object.
The class can also register other classes which will be called when functions of the object are called for which there is a function with the same name in the registered classes.
Those class files can be automatically loaded when necessary if there are class files in the current directory or in the include path with matching names.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
example1 |
Example |
adding functions as methods to toolBelt( handyman class) |
example2 |
Example |
adding classes as methods to toolBelt(handyman class) |
PtcHm.php |
Class |
main class |