On Mon, Nov 15, 2010 at 4:40 PM, Ma'moon <[email protected]> wrote:
> Hello Bakers,
>
> I am using cake's paginator to paginate my views, i am actually using the
> folowing code to accomplish this task:
> $paginator->numbers(array('tag' => 'td align="center"', 'separator' => ''));
>
> My question is, how do you guys put a dynamic "ALT" for the links being
> generated by the paginator using [$paginator->numbers]?
echo $paginator->numbers(array('title' => 'foo'));
Not very helpful, eh? I had a look into this a while back to see about
setting distinct titles but gave up as it didn't seem worth the
trouble of extending the helper (which appears to be the only
solution) just for that.
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