Categories

Updated: 04/30/2006

Object Extensions for PHP

The Object Extensions for PHP provides several classes with the following functionality: Object Extensions adds of new functionality to PHP objects such as: * Add methods and properties to an object at runtime by dynamically extending by another object * Create object property lists that allow for dynamic setting/getting of values in a similar fashion to JavaScript objects (eg. {paramter: value, ...}) * Object property lists support basic value checking and defaults to easily check for valid input * Conveniently create function and method callbacks o Method callbacks can be defined by using $this-&>_callback()-&>metho dName(args, ...) o If callbacks are defined for object property lists, callback can be called using $propertyList-&>callbackNa me()
©2003-2019 jCay.com