On Fri, May 6, 2011 at 4:31 AM, Wil Moore III <[email protected]>wrote:

>
> David Mintz-3 wrote:
> >
> > Wondering if I can (or should try to) use a partialLoop in this scenario.
> >
> The following should work:
>
> foreach ($parents as $parent) {
>  if (isset($children[$parent->id]) {
>    $this->partialLoop()->setObjectKey('child');
>    echo $this->partialLoop('child.phtml', $children);
>  }
> }
>


Thanks.  I think that either this isn't quite the solution to my particular
problem, or else I don't get it, RTFM notwithstanding. I will keep
exercising my brain on it.

-- 
David Mintz
http://davidmintz.org/
It ain't over:
http://www.healthcare-now.org/

Reply via email to