Hungarian Notation for ShadoCMS Sites
Hungarian notation is a naming convention in computer programming, in which the name of a variable indicates its type or intended use.
When coding ShadoCMS applications or websites, use the following Hungarian notation for referring to variables.
- a: array
- b: boolean
- c: single char
- i: int
- f: float
- l: list
- o: object
- q: query
- s: string
- st: struct
- u: UUID
- w: wddx
- x: xml
Comments
There are no comments for this page as yet.
print page
