It's not like you 'should' or 'must', it's just a convention to use delete for deletion, put for creation or update. Check this: http://en.wikipedia.org/wiki/Representational_State_Transfer#RESTful_example:_the_World_Wide_Web
On Wed, Apr 15, 2009 at 14:12, dziobacz <[email protected]> wrote: > > I have read some articles about method put, post and delete in symfony > but I still don't understand that. > If I have: link_to( 'click me', '/profile/users/action/57', array > ('method' => '.......') ) > > 1. I want to delete something with id=57 from database. Should I use > method delete ? > 2. I want to update something with id=57 in database. Should I use > method put or post ? > 3. I want to insert something with id=57 in database. Should I use > method put or post ? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
