I think you should consider taking a better look at the HtmlHelper, if you
want all cake. It's now laughable I use it myself.
http://api13.cakephp.org/class/html-helper

On Sat, May 15, 2010 at 9:26 AM, Ed Propsner <[email protected]> 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]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>



-- 
Bogdan Iulian Bursuc

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