Alan Gabriel Bem wrote:
>
> Luke Barton wrote:
>> Do we have a method of ordering result rowsets
retrieved by relationship?
>>
>
> http:
//framework.zend.com/issues/browse/ZF-1182 Read this
issue . It is not
> exactly what you want - but covers in some part.
http:
//framework.zend.com/issues/browse/ZF-1241 also covers
similar
issues related to retrieving related row sets.
Regards,
Rob...
Re: Ordering findDependentRowset
2007-04-29 12:11:03
Hi,
Just have an idea: Is it make sense to have getDependentRowsetSelect(...) and then use: $rowset = $row->getDependentRowsetSelect
(...)->where(...)->limit(...)->query(...); and findDependentRowset() will call to this method first.
I think this will be a good solution that will not the
complicate findDependentRowset() method and gives us a method to extend
its behavior. Sincerely,
P.S. Sorry, Rob. More recipients.
On 4/29/07, Rob Allen < robakrabat.com">robakrabat.com
> wrote:
Alan Gabriel Bem wrote: > > Luke Barton wrote: >> Do we have a method of ordering result rowsets retrieved by relationship?
>> > > http://framework.zend.com/issues/browse/ZF-1182 Read this issue . It is not > exactly what you want - but covers in some part.