Tagged Questions
1
vote
4answers
466 views
Does php mvc framework agavi use CRUD compliant to REST?
The agavi framework uses the PUT request for create and POST for updating information. Usually in REST this is used the other way around (often referring to POST adding information while PUT replacing ...