Skip to content

Latest commit

 

History

History

objects3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Complex OOP in PHP continued

This adds custom handlers for property access to the object from objects2. One could also accomplish what this does by using __get/__set magic methods, this is just meant to highlight a common set of handlers.

See Zend/zend_object_handlers.h for a complete list of object handler methods in the best documented file in the PHP source tree, PERIOD.