I found this enhancement on Trac (https://trac.cakephp.org/ticket/
2406).

It looks like Cake PHP doesn't support TD attributes at the moment
using HtmlHelper::tableCells.

I might have to add a helper myself.

Rob

On Jun 6, 12:00 pm, Robsta <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is it possible to add a class to the last <TD> when using
> HtmlHelper::tableCells?
>
> For my CSS design to work, I'm trying to output something like:
>
> <tr class="even">
> <td>blah1</td>
> <td>blah2</td>
> <td class="lastcol">blah3</td>
> </tr>
>
> I can adapt my PHP code to suit any possible solution.
>
> Regards,
>
> Rob


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to