View Single Post
  #7  
Old 08-26-2011, 11:30 PM
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 Emera View Post
Can I still use
PHP Code:
function onActionServerside() {
  
this.allowed = {"whatever"};

//Rest of code 
Or is there a different way?
If you're going to use a this. variable, you might as well define it in onCreated instead of onActionServerSide.
__________________
Reply With Quote