I have a <?php foreach ($properties as $property): ?> where I would like to put 3 $property in a row.
So something like this would be the end result: <li>$property[0] data, $property[1] data, $property[2] data, </li> <li>$property[3] data, $property[4] data, $property[5] data, </li> and so on until its run thru them all. Any ideas how to do something like this? Thanks, Dave
Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en
