Problem solved :)
I had to put $this->Recipe->recursive = 2; in the recipes controller
(under view)! When I tested that yeasterday I had put it in under index
in the controller! That is why it did'nt work.

  <td><?php echo $ingredient['count'];?></td>
  <td><?php echo $ingredient['RawMaterial']['unit'];?></td>
  <td><?php echo $ingredient['RawMaterial']['name'];?></td>

back on track :) I guess that nothing good comes easy..

Best regards.
Asbjørn Morell.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to