Posted by Bosconian on 01/23/07 11:30
I've looked everywhere (including php.net) and can't seem to find the answer to this simple question. What's the difference between var and private when initializing a variable in a class? For example: class myClass { var $var1; private $var2; // constructor function myClass() { // do something } }
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming