From: Ray Z. <rz...@co...> - 2004-12-01 22:05:51
|
On Dec 1, 2004, at 2:58 PM, Vsevolod (Simon) Ilyushchenko wrote: >> my $book = Book->fetch(42); >> $book->publisher == object (whether manual/lazy fetch) >> $book->publisher_id == ID >> $book->author == list of objects (whether manual/lazy fetch) >> Is that right? Because it sounds from the discussion as if: >> $book->publisher == sometimes ID, sometimes object, >> depending on the configuration >> which IMO is very confusing. > > Yes, yes, yes! My point exactly! Aw, c'mon Simon ... I thought I'd convinced you on this one too. Now I have to convince Chris too? :-) Chris, have you gotten through our whole previous discussion? I think I've explained why I think this is NOT confusing (at least to me :-) I can try to restate my reasons if you think it would help. Ray |