[RDBO] cascading Manager queries

2007-05-17 Thread Michael Reece
in Collection.pm, i have sub count_assets { my $self = shift; return CollectionAsset::Manager-get_collection_assets_count( require_objects = ['asset'], query = [ collection_id = $self- collection_id, @_ ], ); } sub

Re: [RDBO] cascading Manager queries

2007-05-17 Thread Jonathan Vanasco
On May 17, 2007, at 3:12 PM, Michael Reece wrote: here is a bit of ugliness that hints at what i am after: I think i do some similar stuff, so I'll give my advice -- which you may be better off to not take ;) I never use 'make manager methods'. i started it as a memory saver because i