Re: Using helper in Controller's action

2007-05-04 Thread AzGhanv/.
:http://www.MarianoIglesias.com.ar > > -Mensaje original- > De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre > de AzGhanv/. > Enviado el: Martes, 01 de Mayo de 2007 10:48 p.m. > Para: Cake PHP > Asunto: Using helper in Controller's action > > I need

RE: Using helper in Controller's action

2007-05-01 Thread Mariano Iglesias
BAKE ON! blog: http://www.MarianoIglesias.com.ar -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de AzGhanv/. Enviado el: Martes, 01 de Mayo de 2007 10:48 p.m. Para: Cake PHP Asunto: Using helper in Controller's action I need to know how can we use h

Using helper in Controller's action

2007-05-01 Thread AzGhanv/.
Hi, I need to know how can we use helper such as $Text in controller's action. I want to use $Text->truncate() .. in controller's action. I know component will do the work, but is there any way i can use helper in it or i need to duplicate code of text helper as component. thanks. --~--~-