Author: david
Date: Wed Oct 13 16:24:32 2010
New Revision: 8086
Log:
content of $rows is dependent on calling class.
Modified:
trunk/lib/model/om/BaseObject.php
Modified: trunk/lib/model/om/BaseObject.php
==============================================================================
--- trunk/lib/model/om/BaseObject.php Wed Oct 13 15:29:34 2010 (r8085)
+++ trunk/lib/model/om/BaseObject.php Wed Oct 13 16:24:32 2010 (r8086)
@@ -35,6 +35,7 @@
{
$keys = array();
$keys['id'] = $row[3];
+ $keys['calledClass'] = get_called_class();
$key = serialize($keys);
if (!isset(self::$objects[$key]))
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.