I'm looking for a quick and elegant way to generate table elements with a set number of columns per row. For example, if I have an array of 30 images and I want to generate a table with three images per row. The way I've done this before working with Cake involves multiple for() conditions and I'd rather not use it if I can get around it. Does Cake have built in functionality for generating tables?
Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
