From: Jan Schneider Date: Sun, 3 May 2009 17:02:08 +0000 (+0200) Subject: This is only possible with lazy loading right now. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=63b16727dcb088e71d05b0cea239578b609ec6a5;p=horde.git This is only possible with lazy loading right now. --- diff --git a/framework/Rdo/doc/TODO.txt b/framework/Rdo/doc/TODO.txt index 15a263a40..b074ebb6a 100644 --- a/framework/Rdo/doc/TODO.txt +++ b/framework/Rdo/doc/TODO.txt @@ -56,6 +56,8 @@ object in one query, then all foreign-key objects in a 2nd, and join the two. +- Implement eager loading with several relationships to the same table. + - Observer hooks: beforeDelete, afterDelete, beforeUpdate, afterUpdate, beforeCreate, afterCreate - Support fixtures (YAML?) for testing