On Mon, Jul 7, 2008 at 5:42 PM, markus.staab <[EMAIL PROTECTED]> wrote:
>
> in my opinion a more implicit api would fit better here
>
> so instead of
> $request->getParameterAsInt('foo', 'bar');
> only e.g.
> $request->getParameter('foo', 'bar', 'int');there are two important problems with this : * impossible to get syntax hints from an ide * very difficult for developers to code and use their own input filters ++ tristan -- Tristan Rivoallan http://www.clever-age.com Clever Age - conseil en architecture technique GSM: +33 6 219 219 33 Tél: +33 1 53 34 66 10 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
