[cvs] commit: framework/Rdo Rdo.php framework/Rdo/docs TODO
Chuck Hagenbuch
chuck at horde.org
Fri Jun 1 20:50:04 UTC 2007
chuck 2007-06-01 16:50:04 EDT
Modified files:
Rdo Rdo.php
Rdo/docs TODO
Log:
- remove ArrayAccess implementation of RDO objects. Iteration and direct property access should be enough.
- add __isset and __unset to replace offsetExists and offsetUnset. Also make __isset more efficient (and correct) by not relying on __get or having to actually fetch a relationship.
- more TODO notes/updates.
Revision Changes Path
1.7 +26 -29 framework/Rdo/Rdo.php
1.8 +23 -2 framework/Rdo/docs/TODO
Chora Links:
http://cvs.horde.org/diff.php/framework/Rdo/Rdo.php?r1=1.6&r2=1.7&ty=u
http://cvs.horde.org/diff.php/framework/Rdo/docs/TODO?r1=1.7&r2=1.8&ty=u
More information about the cvs
mailing list