Thank you that worked. I am so documenting this and write something up
in the bakery about it if possible. Nate you rock and I am a strong
believer in CakePHP everyone I know that deals in PHP I have been
telling them about this so far nothing but good things about it :)

CakePHP F.T.W!!!

- J

On Dec 15, 4:06 pm, "nate" <[EMAIL PROTECTED]> wrote:
> Okay, my fault, I gave you the wrong syntax. This:
> <?php foreach ($data as $row['Note']): ?>
>  should be:
> <?php foreach ($data['Note'] as $row): ?>
>
> I'm actually surprised that didn't give you a syntax error, now that I
> think about it.


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to