Re: Custom html helper

2008-04-04 Thread grigri
There should be an official solution sometime involving aliased helpers. In the meantime, check out my hack here: http://groups.google.com/group/cake-php/browse_thread/thread/1c1c370160cb467f On Apr 4, 3:02 pm, Greg Baker [EMAIL PROTECTED] wrote: I want to create a custom HTML helper

Re: Custom html helper

2008-04-04 Thread Greg Baker
/1c1c3701... On Apr 4, 3:02 pm, Greg Baker [EMAIL PROTECTED] wrote: I want to create a custom HTML helper that extends htmlhelper.. However because of the code I have already that I don't want to change, I want to name this helper so that I can use $html-... in my views. Any way I can

Custom html helper

2008-04-04 Thread Greg Baker
I want to create a custom HTML helper that extends htmlhelper.. However because of the code I have already that I don't want to change, I want to name this helper so that I can use $html-... in my views. Any way I can do this? Normally if this was a new project I'd just create a new class

Re: Custom html helper

2008-04-04 Thread Matias Lespiau
HTML helper that extends htmlhelper.. However because of the code I have already that I don't want to change, I want to name this helper so that I can use $html-... in my views. Any way I can do this? Normally if this was a new project I'd just create a new class and use that in my

Re: Custom html helper

2008-04-04 Thread grigri
helpers. In the meantime, check out my hack here: http://groups.google.com/group/cake-php/browse_thread/thread/1c1c3701... On Apr 4, 3:02 pm, Greg Baker [EMAIL PROTECTED] wrote: I want to create a custom HTML helper that extends htmlhelper.. However because of the code I have

custom html helper

2006-12-04 Thread [EMAIL PROTECTED]
Hi all, I want to have a custom HTML Helper in my helpers dir and it seems like it's always the one belonging to the core that is used, it doesn't seem to be the same with the form helper for instance. any idea what i' doing wrong ? is it an intended behaviour ? tia thomas

Re: custom html helper

2006-12-04 Thread Ryders
to have a custom HTML Helper in my helpers dir and it seems like it's always the one belonging to the core that is used, it doesn't seem to be the same with the form helper for instance. any idea what i' doing wrong ? is it an intended behaviour ? tia thomas

RE: custom html helper

2006-12-04 Thread Mariano Iglesias
knowledge. BAKE ON! -Mensaje original- De: cake-php@googlegroups.com [mailto:[EMAIL PROTECTED] En nombre de Ryders Enviado el: Lunes, 04 de Diciembre de 2006 06:35 p.m. Para: Cake PHP Asunto: Re: custom html helper I still didn't figure out how to 'extend' a helper... but I hope

Re: custom html helper

2006-12-04 Thread Seb
:[EMAIL PROTECTED] En nombre de Ryders Enviado el: Lunes, 04 de Diciembre de 2006 06:35 p.m. Para: Cake PHP Asunto: Re: custom html helper I still didn't figure out how to 'extend' a helper... but I hope this will help; --~--~-~--~~~---~--~~ You received

Re: custom html helper

2006-12-04 Thread [EMAIL PROTECTED]
thanks to both of you I really thought if I had a html.php in helpers folder it would be used instead of the core one like it seems to happen for form.php for instance ... if anyone is able to clarify ... :) tia thomas --~--~-~--~~~---~--~~ You received this