Quote:
Originally Posted by Emera
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.