Quote:
Originally Posted by Dan
I did this serverside and it works fine?
PHP Code:
case "accessClass": {
temp.access = new TStaticVar();
temp.access.join(params[1]);
temp.access.(@ params[2])(@ params[3]);
temp.access.destroy();
return true;
}
Or isn't that what you ment?
|
He meant that if he had a TStaticVar() on Clientside you couldn't join that on Serverside. Or it would make no sense and wouldn't do anything at least.