Surely there must be a way to make class variables that are only editable from within the class... right?
Can someone help me to figure out a way to protect class variables (thereby forcing a function interface to a class) from being changed from outside of the class?
Any help would be much appreciated. And if this can't be done, someone please yell at the php developers for me!
..Patrick