see this: http://stackoverflow.com/questions/16964599/how-to-write-html-tag-in-cakephp-link
I hope help you. 2014-11-10 13:08 GMT-02:00 Yannick Nascimento <[email protected]>: > > <https://lh3.googleusercontent.com/-wlDzHgOGX-c/VGDUvb_lDYI/AAAAAAAABdI/QwDQB40_Y4o/s1600/link.PNG> > > > > > hi there ppl, i have this! > > <li> > <a href="#"> > <i class="fa fa-angle-double-right"></i> > Morris > </a> > > </li> > > > and i want to make ot like this! > > <li> > <?php echo $this->Html->link(__('list'), > array( > 'controller'=>'transactions', > 'action'=>'index' > ) > > ); ?> > </li> > > but am having problem with this, where and how i will put this > <i class="fa fa-angle-double-right"></i> > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/cake-php. > For more options, visit https://groups.google.com/d/optout. > -- http://leandrompereira.com.br ***Se você pretende redirecionar este e-mail, por favor, apague todos os endereços que aparecem nele. Outra dica de segurança é endereçá-lo no Cco. Desta forma você estará protegendo a mim, seus amigos e a você mesmo. Eu e a Campanha Contra o SPAM agradecemos.Não envie correntes.*** -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php. For more options, visit https://groups.google.com/d/optout.
