ID: 15134 Updated by: daniel Old Reported By: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Old Status: Open Status: Bogus Bug Type: Feature/Change Request Operating System: Redhat Linux PHP Version: 4.1.1 New Comment:
A better OO support will come with Zend 2.0 (i.e. with the next major release of PHP). have a look at zend.com, there's some documentation about it there. The only thing you can do NOW is to add a comment which suggests to the user not to use this variable/function: /* private: moo moo */ function moo() { } Kind Regards, Daniel Lorch Previous Comments: ------------------------------------------------------------------------ [2002-01-21 00:18:48] [EMAIL PROTECTED] ok, I know that class support is only a courtesy, and it's not supposed to be complete, etc etc. BUT... would it be possible to allow us to declare class methods as private? This is the biggest thing missing to me, apart from overloading which is being addressed. Unless of course it would hugely affect performance. ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=15134&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]