12-09-2008, 08:19 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Posts: 32
Thanks: 0
|
Hungarian Notation
Let me first make one thing clear: I love using hungarian notation.
When using hungarian notation in PHP, do you then use the "m_" prefix for class variables?
Honestly I don't see the use for this in PHP. Sure, this is useful in languages where you don't use "$this" or "self::", but in PHP you should under any circumstance be aware that it is a class variable.
Last edited by Izym : 12-09-2008 at 08:46 PM.
|
|
|
|