okay i like that.  it's not super-clean like i hoped it would be, but
it certainly does the job really well and simple.

I don't really understand how you come up witht he code you wrote,
especially the "row" thing,

anyway, you bumped me in the right direction, and now i just use this
for the 2nd scenario.

foreach($news[$i]['Reply'] as $reply)
{
echo $this->renderElement('reply',array("reply" => array("Reply" =>
$reply,"User" => $reply['User'])));
}

works like a charm ;)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to