View Single Post
  #7  
Old 01-25-2010, 05:38 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by LoneAngelIbesu View Post
So what is TStaticVar()'s parameter used for?
The name.

PHP Code:
new TStaticVar("MyObject");
MyObject.variable value
Just make sure you keep a reference to the object somewhere or the garbage collector will eat it.
__________________
Reply With Quote