That did the trick:
$manufacturers = Set::extract('{n}Vendor/Manufacturer',
$vendor);
echo View::element('../manufacturers/
table',array('manufacturers'=>$manufacturers));
-Ken
On Oct 1, 10:10 pm, Joel Perras <[EMAIL PROTECTED]> wrote:
> > Just need to get the Manufacturers array in the first into a form like
> > the second or some
> > standard common ground between the two.
>
> > Thanks again
>
> Take a look at the Set::extract() and set::combine() methods of the
> Set core class.
>
> http://book.cakephp.org/view/640/Sethttp://book.cakephp.org/view/662/combinehttp://book.cakephp.org/view/671/extract
>
> -J.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---