[commits] [Wiki] changed: Project/Rdo
Ralf Lang
lang at b1-systems.de
Mon Feb 20 14:06:51 UTC 2012
rlang Mon, 20 Feb 2012 15:06:51 +0100
Modified page: http://wiki.horde.org/Project/Rdo
New Revision: 3
Change log: H5 suggestions
@@ -5,9 +5,14 @@
Rdo is a !DataMapper implementation for Horde, using domain/entity
objects combined with Mapper objects that handle the actual data
manipulation.
++ Bugs
+Rdo currently gives unexpected results for to-one relations where no
or a wrong relation key exists. [#10880]
+++ Ideas for H5
+
+ * __toString() for Horde_Rdo_Query objects. Basically a convenience
wrapper for ->getQuery().
+ * returning exceptions instead of null for wrong relation keys or
null relation keys. Facilitates chaining relations like
$baby->mother->granny->name. Currently if granny isn't present, we run
into a php fatal (method on non-object). This is a BC break.
++ People
ChuckHagenbuch is the primary author of Rdo.
More information about the commits
mailing list