[engels] 's versus of
Ozzie PHP
10/05/2014 20:21:00Ola, ik weet niet of ik het hier al eens eerder over heb gehad, maar wanneer mag je nou ook alweer 's gebruiken?
Ik zeg ergens bijv. "The client's request" of "the class properties' values".
Nu kwam ik net deze website tegen waar ik (onderaan de pagina) lees:
Betekent dit dat "The client's request" en "the class properties' values" fout zijn?
Ik zeg ergens bijv. "The client's request" of "the class properties' values".
Nu kwam ik net deze website tegen waar ik (onderaan de pagina) lees:
Code (php)
1
2
3
4
5
6
2
3
4
5
6
You should still use the genetive case when talking about things that belong to other things.
For example:-
The door of the car.
The content of the website.
The top of the page.
For example:-
The door of the car.
The content of the website.
The top of the page.
Betekent dit dat "The client's request" en "the class properties' values" fout zijn?
Gewijzigd op 10/05/2014 20:22:22 door Ozzie PHP
PHP hulp
24/11/2024 01:12:07Wouter J
10/05/2014 20:31:12client is een person, dus "The client's request" mag. De property en value zijn beide geen person, maar een ding, dan moet je dus "of the" gebruiken. Je zegt in het nederlands ook niet "de class properties's waardes", je zegt "De waardes van de class properties".
Ozzie PHP
10/05/2014 20:34:45Hmmm oké... maar een client (als in browser) is eigenlijk toch ook geen persoon?
Maar als ik het dus goed begrijp mag je 's UITSLUITEND bij een persoon gebruiken?
Dus "the path's ID" moet zijn "the ID of the path"? Correct?
Maar als ik het dus goed begrijp mag je 's UITSLUITEND bij een persoon gebruiken?
Dus "the path's ID" moet zijn "the ID of the path"? Correct?
Gewijzigd op 10/05/2014 20:39:25 door Ozzie PHP