Re: Custom html helper

2008-04-04 Thread grigri
Looks like you're right! https://trac.cakephp.org/changeset/6453 Nate sneaked it in without mentioning it. I'm going to play around with this now... On Apr 4, 5:37 pm, "Matias Lespiau" <[EMAIL PROTECTED]> wrote: > I'm not sure but I think you can provide an alias to the helper this way: > > $he

Re: Custom html helper

2008-04-04 Thread Matias Lespiau
I'm not sure but I think you can provide an alias to the helper this way: $helpers = array('CustomHtml' => 'Html'); On Fri, Apr 4, 2008 at 11:32 AM, Greg Baker <[EMAIL PROTECTED]> wrote: > > Very interesting fixexactly what I was looking for. Thanks > > On Apr 4, 12:26 pm, grigri <[EMAIL PR

Re: Custom html helper

2008-04-04 Thread Greg Baker
Very interesting fixexactly what I was looking for. Thanks On Apr 4, 12:26 pm, grigri <[EMAIL PROTECTED]> wrote: > 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

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 that e

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

Re: custom html helper

2006-12-04 Thread Seb
> > Remember, smart coders answer ten questions for every question they ask. > So be smart, be cool, and share your knowledge. > > BAKE ON! > > -Mensaje original- > De: cake-php@googlegroups.com [mailto:[EMAIL PROTECT

RE: custom html helper

2006-12-04 Thread Mariano Iglesias
Remember, smart coders answer ten questions for every question they ask. So be smart, be cool, and share your 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

Re: custom html helper

2006-12-04 Thread Ryders
Hi Thomas, I don't know in what order dirs are looked up for helpers, but after what you said, I would assume the helpers directory from the core is looked at first. However I ran into the same problem, the html helper had a few things I wanted to improve and so what I did is creating my own html