P
Peter Judge
Guest
You can store the value of class:instance in a variable/temp-table field/property etc. The point of it is that there's one and only one instance of the object running and any given time. The "advanced" stuff is really around how you make sure that the above sentence is true. The static property/method approach is the simplest but it's not the only way of doing things.
Continue reading...
Continue reading...