Posted by Yarco on 07/18/07 09:16
In c++ we could modify the private variable in a class use friend keyword. How could it be done in php? class YourBag { int money; friend class Thief; // friend? };
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming