[ciapug] Adodb -> mssql, grabbing from a result set
David Champion
ciapug@cialug.org
Mon, 15 Dec 2003 12:05:25 -0600
Dave J. Hala Jr. wrote:
>Ok, time for me to ask a silly question.
>
>What does the "->" operator signify?
>
>Is this like the linux command line ">" operator?
>
>
It's the class / property seperator, in Java you'd see "class.property",
in PHP it's "class->property". One of my least favorite things about
PHP... it's too easy to mis-type the "->", but they'd already used "."
as the cat operator...
-dc