It is weird but I never changed that in symfony because of BC problems. I don't want to break BC for such a big change before 1.0. So, even if it is not great, I'd rather prefer to keep those constants in sfRequest and add PUT and DELETE in sfRequest too.

Fabien

Tristan Rivoallan wrote:

Ian P. Christian wrote:

Tristan Rivoallan wrote:
Wouldn't it make more sense to have all this code in sfWebRequest ?

I've thought about that before - however never changed it because of the number of applications it would break.

All over my application when handling forms I have

if ($this-.getMethod() == sfRequest::POST)

me too, that's why i'll code an upgrade script for this issue. Do you see any other BC break issues with my patch ?

++
tristan



>


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to