Re: [PHP] awful newbie question

2003-10-13 Thread Marek Kilimajer
s the signifigance of '::'? I've only thought of such a figure as expressing a ratio. - Paul - Original Message - From: "Marek Kilimajer" <[EMAIL PROTECTED]> To: "Paul Freedman" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, October

Re: [PHP] awful newbie question

2003-10-12 Thread Eugene Lee
On Sun, Oct 12, 2003 at 07:09:32PM +0200, Marek Kilimajer wrote: : : Paul Freedman wrote: : > : >In the php statement : >$q->qzml(); : >what is the symbol '->' called? What does it mean? : : It calls *member* function of object $q. [...] : >I have also come across the symbol '=>'. I assume it is n

Re: [PHP] awful newbie question

2003-10-12 Thread Marek Kilimajer
Paul Freedman wrote: I'm one of the ignorant multitude beginning to grope their way across the threshhold of web programming. I come from another world, not computer science, and thus have a question so basic I haven't found any reference to it anywhere. It's killing me. In the php statement $q->q

[PHP] awful newbie question

2003-10-12 Thread Paul Freedman
I'm one of the ignorant multitude beginning to grope their way across the threshhold of web programming. I come from another world, not computer science, and thus have a question so basic I haven't found any reference to it anywhere. It's killing me. In the php statement $q->qzml(); what is the