Re: [PHP] self:: vs this

2007-05-11 Thread Edward Vermillion
On May 11, 2007, at 9:10 AM, Mariano Guadagnini wrote: Hy people, I have an existential doubt regarding php classes. I have been a php programmer for quite a long time, but never could figure out the clear difference between using this-> or self:: when calling member functions, wether the

Re: [PHP] self:: vs this

2007-05-11 Thread Eric Butera
On 5/11/07, Mariano Guadagnini <[EMAIL PROTECTED]> wrote: Hy people, I have an existential doubt regarding php classes. I have been a php programmer for quite a long time, but never could figure out the clear difference between using this-> or self:: when calling member functions, wether they are

Re: [PHP] self:: vs this

2007-05-11 Thread Robert Cummings
On Fri, 2007-05-11 at 10:15 -0400, Robert Cummings wrote: > On Fri, 2007-05-11 at 11:10 -0300, Mariano Guadagnini wrote: > > Hy people, > > I have an existential doubt regarding php classes. I have been a php > > programmer for quite a long time, but never could figure out the clear > > differenc

Re: [PHP] self:: vs this

2007-05-11 Thread Robert Cummings
On Fri, 2007-05-11 at 11:10 -0300, Mariano Guadagnini wrote: > Hy people, > I have an existential doubt regarding php classes. I have been a php > programmer for quite a long time, but never could figure out the clear > difference between using this-> or self:: when calling member functions, > w