Got a request?
Email us...

ActionScript Reference crumb.gif PHPObject Class crumb.gif PHPObject.execute()

PHPObject.execute()

Note
This pertains to the PHPObject class, available if the PHPObject extension is installed (available from Macromedia Exchange).

Description
Method. This is called at some point after a delayExecute() method has been called. Calling this method sends out the remote methods kept in the queue to the server. The methods would be processed on the server in the order they were called. It also cancels the delayExecute() function, meaning that unless you call delayExecute() again, subsequent remote methods will be executed as normal - immediately and not kept in the queue.

Example
--------------------------------------------------------------------------------
// Actionscript
myFoo.delayExecute();
myFoo.doRemoteMethod1();
myFoo.doRemoteMethod2();
myFoo.execute();
--------------------------------------------------------------------------------

REFERENCE SEARCH


RELATED ENTRIES

...bject.utf8encode()
...Object.getOutput()
...ect.delayExecute()
...ect.abortExecute()
PHPObject()

LINK TO US