03-09-2008, 08:33 PM
|
#25 (permalink)
|
|
The Acquainted
Join Date: Jan 2008
Posts: 136
Thanks: 4
|
I have recently got into the habit of using prefixes to my variables. Such as:
a mysql query = $qQueryName
a result = $rQueryName
a message = $mMessageName
a variable = $vVariableName
They really do help me, at least, structure my code and makes them easy to see what they are.
Thanks for the great read, VI.
|
|
|
|