On Jan 30, 2007, at 3:55 PM, John Siracusa wrote:

> So, does this method type seem useful?  If so, what do you think of
> the method type name ("find") and the default method name format
> ("find_<relationship-name>")?  Finally, should this method type be
> created by default for all one-to-many relationships, or should it
> have to be manually requested in the relationship setup?

nice work

but i'm a little uneasy with find , simply because:

> Every call to find_prices() goes back to the database to get new rows.
>  Those rows are returned, not saved in the parent object ($p) at all.

what about temp_find , return_only_find ,  or something else in the  
name to reflect that the results aren't saved ?

or maybe just require an argument like 'return_only => 1' or  
something similar,

my main concern is for people who are looking at other's code , or  
haven't touched rose in a while , will know that nothing is saved by  
this operation.


// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
| SyndiClick.com
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|      FindMeOn.com - The cure for Multiple Web Personality Disorder
|      Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -
|      RoadSound.com - Tools For Bands, Stuff For Fans
|      Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - - - - -



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to