
Public Member Functions | |
| __construct ($vars=array(), $action="") | |
| Creates a new POST action. | |
| getInvocation () | |
Static Public Member Functions | |
| static | createFromXML ($attrs, $children) |
It is equivalent to use a TKSubmitAction% on a TKForm% instead of a TKPostAction with a TKForm.
Definition at line 10 of file TKPostAction.php5.
| TKPostAction::__construct | ( | $ | vars = array(), |
|
| $ | action = "" | |||
| ) |
Creates a new POST action.
| $vars | [mixed]: can either be associative array of variable => value pairs to send in POST request, or a TKForm% which should be POSTed | |
| $action | [string]: URL to POST to (defaults to $_SERVER['REQUEST_URI']) |
Definition at line 23 of file TKPostAction.php5.
| static TKPostAction::createFromXML | ( | $ | attrs, | |
| $ | children | |||
| ) | [static] |
For internal use only.
Reimplemented from TKAction.
Reimplemented in TKSWATAction.
Definition at line 55 of file TKPostAction.php5.
| TKPostAction::getInvocation | ( | ) |
For internal use only.
Reimplemented from TKAction.
Definition at line 37 of file TKPostAction.php5.
References TKAction::addHiddenForm().
1.5.6