On 5/10/06, Jesse Brown <[EMAIL PROTECTED]> wrote:
When adding objects to a relationship via $object->add_<relationship>({ blah => 1, etc}), I seem unable to get back the list of objects that were created and added to the relationship, which seems like it would be VERY convenient?It also seems that the behaviour of: returning the number of items added in scalar context, and a list of created objects when in list context would be easy to add, and not break existing code.
What do you plan to do with the objects returned, or with the count for that matter? Surely you know the count when you make the call because you know how many arguments you're passing. What's your usage scenario? -John ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Rose-db-object mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rose-db-object
