|
Posted by Erwin Moller on 04/12/06 14:38
Jerry Stuckle wrote:
> Erwin Moller wrote:
>> fletch wrote:
>>
>>
>>>I use a notation, whose name I can't remember, to show what type the
>>>variable should be.
>>>
>>>$iInt
>>>$aArray
>>>$bBool
>>>$mMixed - could be anything
>>>$sString
>>>$oObj
>>>
>>>so I can do loops like
>>>while(list($sFieldName,$aFieldDef)=each($aFields)){}
>>>
>>>Also, some regulalry used objects are given their own prefix as opposed
>>>to a general 'o'
>>>
>>>Checking function declarations becomes much easier also.
>>
>>
>> Hi,
>>
>> I think that is called Hongarian Notation.
>> Not sure either. :-)
>>
>> Erwin
>>
>
> Close. It's "Hungarian". :-)
>
:-)
Ok, thx.
It's not easy being Dutch on the net. ;-)
Regards,
Erwin Moller
[Back to original message]
|