11-30-2007, 03:30 AM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Oct 2007
Posts: 170
Thanks: 18
|
I'm using it since I saw you guys using it here. In my opinion it is very useful! Hence I'll never turn back to another prefixes blabla (sorry for my English, it's late and I've drunk some beer;))
Previously I used n for number, and s for string. So;
PHP Code:
$nId = 1;
$sKeyword = 'TalkPHP';
But the Hungarian Notation is much better!
|
|
|
|