Re: [PHP] call a function within the same class

2005-01-07 Thread kalinga
great!, thanks for the detailed answer. vk. p.s. I hope following URL will be helpfull to php oop beginners.. http://www.zend.com/zend/tut/class-intro.php On Thu, 6 Jan 2005 08:57:48 -0800 (PST), Richard Lynch <[EMAIL PROTECTED]> wrote: > kalinga wrote: > > Dear all, > > I recently started PHP

Re: [PHP] call a function within the same class

2005-01-06 Thread Richard Lynch
kalinga wrote: > Dear all, > I recently started PHP OOP and I'm bit confused about best and the most > efficient methods when 'declaring a class' and 'calling function', > could somebody > explain me with following sample code, it would be great.. > > thanks.. > > class classLdap{ > > $rslt

[PHP] call a function within the same class

2005-01-05 Thread kalinga
Dear all, I recently started PHP OOP and I'm bit confused about best and the most efficient methods when 'declaring a class' and 'calling function', could somebody explain me with following sample code, it would be great.. thanks.. class classLdap{ $rslt = $_POST['rslt']; functi