Index: trunk/phase3/docs/design.txt |
— | — | @@ -89,10 +89,6 @@ |
90 | 90 | things will break. New code should use the standard method of setting |
91 | 91 | visibilities as normal. |
92 | 92 | |
93 | | - - Member variables are generally "mXxx" to distinguish them. This should make |
94 | | - it easier to spot errors of forgetting the required "$this->", which PHP |
95 | | - will happily accept by creating a new local variable rather than complaining. |
96 | | - |
97 | 93 | - Globals are particularly evil in PHP; it sets a lot of them automatically |
98 | 94 | from cookies, query strings, and such, leading to namespace conflicts; when |
99 | 95 | a variable name is used in a function, it is silently declared as a new |