Posted by Jerry Stuckle on 04/12/06 15:32
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". :-)
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|