Thank you for your assistance : ) I solved by doing this:
foreach($plan['Zip'] as $zip): echo $zip['title']; ?> <?php endforeach; ?> My recursion runs deep, so I did not realize I call the Zip table direct and run an innde foreach to parse the Zip array. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
