> offset* are the names used for overloading OO syntax. So $obj->prop, > $obj->prop = 5 and isset($obj->prop) should all work nicely. > Don't you prefer that syntax?
Oh, well that makes more sense. Call my predilection to "set" and "get" poisoning from Java. ;-) Looks like these pages should be updated to reflect the more conventional usage: http://framework.zend.com/wiki/display/ZFDOCDEV/Zend++register%28%24index%2C+%24newval%29 http://framework.zend.com/wiki/display/ZFDOCDEV/Zend++registry%28%24index+%3D+null%29 Thanks, -Matt
