Well there is nothing syntactically wrong with that. You have three ths and three tds. What, exactly, is the problem you are facing?
Jeremy Burns Class Outfit http://www.classoutfit.com On 5 Dec 2011, at 15:5605, Daniel wrote: > On Dec 5, 9:02 am, AD7six <[email protected]> wrote: >> Look at the rendered result. >> > > Hmm, not sure what I am looking for in the rendered result. Here is > the first two rows of the table: > > <table cellpadding="0" cellspacing="0"> > <tr> > <th><a href="/blogtest/categories/index/page:1/sort:id/ > direction:asc">Id</a></th> > <th><a > href="/blogtest/categories/index/page:1/sort:title/ > direction:asc">Title</a></th> > <th class="actions">Actions</th> > </tr> > <tr class="altrow"> > <td>1 </td> > <td>Category 1 </td> > <td class="actions"> > <a href="/blogtest/categories/view/1">View</a> > <a href="/ > blogtest/categories/edit/1">Edit</a> <a > href="/blogtest/categories/ > delete/1" onclick="return confirm('Are you sure you want to > delete # 1?');">Delete</a> </td> > </tr> > >> It looks to me like you have a __() when you should have echo __() >> >> AD > > Whereabouts? > > -- > 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 -- 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
