I do like a challenge...

Can you give a bit more context around what  you are trying to do?

Jeremy Burns
[email protected]


On 15 May 2010, at 07:26, Ed Propsner wrote:

> For most of you this is going to seem so trivial that it's almost laughable 
> so laugh if you must :) 
> 
> I wanted to see how far I could make it through a site without using a single 
> standard <tag> ... it's all cake. 
> 
> All arguments aside, I think the gig is up. 
> 
> [code]
> 
> foreach($photos as $photo)
> {
> echo ($i!= 0 && $i%$num_of_cols == 0)?'</tr><tr>':'';     <------------------ 
> echo $html->tag('td', null, array(  ....
> 
> [/code]
> 
> I can't find a way around it. 
> 
> - Ed 
> 
> 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

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

Reply via email to