ID: 15370 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Duplicate Bug Type: Feature/Change Request Operating System: All PHP Version: 4.1.1 New Comment:
Go to the bugs search page at http://bugs.php.net/search.php, enter 'class private' in the 'with text' search box, select 'Feature/Change Request' from the drop-down list, and hit 'Display'. Torben Previous Comments: ------------------------------------------------------------------------ [2002-02-04 14:39:06] [EMAIL PROTECTED] Couldn't find any. Could you please give me a url, or two? --larsw ------------------------------------------------------------------------ [2002-02-04 14:33:14] [EMAIL PROTECTED] PLEASE, search the bug-db. There is already a bugreport for this. ------------------------------------------------------------------------ [2002-02-04 14:28:40] [EMAIL PROTECTED] Would it be much work, to implement a class visibility architecture, like in c++/java etc., like class Foo { private var $bar; protected var $boo; public function SetBar($newBar) { $this->bar = $newBar; } } ? Regards, Lars Wilhelmsen ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15370&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php