View Single Post
Old 12-09-2008, 08:19 PM   #1 (permalink)
Izym
The Contributor
 
Izym's Avatar
 
Join Date: Sep 2007
Posts: 32
Thanks: 0
Izym is on a distinguished road
Default 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.
Izym is offline  
Reply With Quote