I made my own html helper that extends the html helper and over rights
some of this functionality so I use $SdHtml->selectYear ...

On 12/12/06, purepear <[EMAIL PROTECTED]> wrote:
>
> You can change  '-60'   and  '+11'  in
> cake/libs/view/helpers/html.php
>
>                 $maxYear = is_null($maxYear) ? $currentYear + 11 : $maxYear + 
> 1;
>                 $minYear = is_null($minYear) ? $currentYear - 60 : $minYear;
>
> although you should't mess with cake's code ..... but... it's just  a
> helper..
>
>
> >
>


-- 
==
S. DeVore
(the old fart) the advice is free, the lack of crankiness will cost you

--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to