REST is more close to CRUD. In WSF/PHP, we will make it more RESTful by implementing PUT and DELETE HTTP verbs. If you are wondering about the CRUD mapping:
PUT => create
GET => read
POST => update
DELETE => delete
PHP Web services: SOAP, REST, WS-*, SOA and WOA with PHP.
REST is more close to CRUD. In WSF/PHP, we will make it more RESTful by implementing PUT and DELETE HTTP verbs. If you are wondering about the CRUD mapping:
PUT => create
GET => read
POST => update
DELETE => delete
© PHP Web Services | Back to top
Design by Milinda Pathirage
No comments:
Post a Comment