1,978 reputation
1813
bio website
location Eugendorf, Austria
age 25
visits member for 2 years, 4 months
seen 2 days ago
stats profile views 151

May
14
revised Zend Framework 2 + Doctrine 2
added 104 characters in body
Apr
26
comment Assign a class name to <img> tag instead of write it in css file?
great answer, just add "remove one jpg" to the list ;) fourkitchens.com/blog/2013/04/24/one-less-jpg
Apr
17
comment zf2 restful not reach update method
I honestly don't know :D Thanks for the appreciation!
Mar
28
comment RESTful URI for Filtering Nested Collections
you are welcome :)
Mar
28
answered how to reverse engineer an http API call using REST console
Mar
28
answered RESTful URI for Filtering Nested Collections
Mar
28
comment REST Update Child Object - Prevent Id field From Changing
I think so too. When handling those put-requests I fetch the resource by ID provided in the URL and remove the ID sent in the Request-Body from the request. This just ignores the ID value sent in the body. you could do a match with the URL-ID and throw errors back at the user and/or log it. REST says the PUT should work on the entity referenced by the URI. Add a line to your docs that customers can't change IDs and you're fine.
Mar
28
answered REST Update Child Object - Prevent Id field From Changing
Mar
10
awarded  Constituent
Mar
5
awarded  Caucus
Feb
26
revised zf2 restful not reach update method
fixed logic error in code
Feb
25
revised PHP Cron job windows and linux
added 185 characters in body
Feb
25
answered PHP Cron job windows and linux
Feb
24
revised How do I echo an line from a text file which has title or meta tags?
marked html tags in text as code so they are displayed
Feb
24
suggested suggested edit on How do I echo an line from a text file which has title or meta tags?
Feb
23
revised zf2 restful not reach update method
added gist-reference and code samples
Feb
22
revised zf2 restful not reach update method
added 1540 characters in body
Feb
22
comment REST URL structure advice
@deanWombourne @PartlyCloudy I think .format has it's rights in explicitly asking for return in a specific format, since in case of acceptance headers the server decides which format to send ultimately. However, if no JSON-response is available (in your example) or the user asks for a format not providable (.xml when you have only json) you MUST return a 404 Not Found header instead of providing an alternative represantion.
Feb
22
answered zf2 restful not reach update method
Feb
22
revised Zend Framework 2 + Doctrine 2
added 229 characters in body