Re: [PHP] Variable Overloading or Replacement (long)

2003-09-10 Thread Raditha Dissanayake
Hello, my comments are below this snippet. class AGENT{ /* ** 2003-09-04 jb PRIVATE PROPERTIES */ var $strCommCode; // agent commission code --

[PHP] Variable Overloading or Replacement (long)

2003-09-10 Thread Jay Blanchard
First let me say that I have done quite a bit of reading this morning and have been employing OOP techniques for several years in other languages and I have found something that seems strange to me (given the early hour, lots of things seem strange). If I have a property declared in a class, extend