RE: [PHP] OO code and private functions

2002-08-16 Thread Cal Evans
- From: Richard Black [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 9:24 AM To: Php-General Subject: [PHP] OO code and private functions Can I make a function private in PHP, so that it can only be called from within an object of that class??? Just discovering the wonders of OO PHP

Re: [PHP] OO code and private functions

2002-08-16 Thread Joseph W. Goff
Not currently, but this will be added in the Zend2 engine. You can find out about this on the Zend website. - Original Message - From: "Richard Black" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Friday, August 16, 2002 9:24 AM Su

Re: [PHP] OO code and private functions

2002-08-16 Thread Scott Houseman
Hi there. Not at the moment, but I think this is a feature of the new Zend engine 2, currently in development. Cheers Scott - Original Message - From: "Richard Black" <[EMAIL PROTECTED]> To: "Php-General" <[EMAIL PROTECTED]> Sent: Friday, August 16, 200

Re: [PHP] OO code and private functions

2002-08-16 Thread Rasmus Lerdorf
Nope On Fri, 16 Aug 2002, Richard Black wrote: > Can I make a function private in PHP, so that it can only be called from > within an object of that class??? > > Just discovering the wonders of OO PHP... :-) > > == > Richard Black > Systems Programmer, Dat

[PHP] OO code and private functions

2002-08-16 Thread Richard Black
Can I make a function private in PHP, so that it can only be called from within an object of that class??? Just discovering the wonders of OO PHP... :-) == Richard Black Systems Programmer, DataVisibility Ltd - http://www.datavisibility.com Tel: 0141 435 3