View Single Post
  #13  
Old 08-25-2011, 10:13 PM
0PiX0 0PiX0 is offline
Coder
0PiX0's Avatar
Join Date: Jan 2011
Posts: 130
0PiX0 is a jewel in the rough0PiX0 is a jewel in the rough
Quote:
Originally Posted by cbk1994 View Post
PHP Code:
pl.(@ varname) = value
does the same thing, and doesn't make the object-orientation gods cry.
No, it doesn't do the same thing.
PHP Code:
makevar("pl.clientr.subvar"); // works
pl.(@ "clientr.subvar"); // does not work 
Quote:
Originally Posted by cbk1994 View Post
Using events is only a good idea if you use it in conjunction with a "release on" time which is checked periodically and/or on login.
I agree with checking upon login as well to prevent any issues.
Reply With Quote