
Public Member Functions | |
| __construct ($vars=array(), $action="") | |
| Create a new GET action. | |
This is a clearer way to do the same thing with a link and a custom constructed URL. Don't forget to urldecode() the variables on the other end.
| TKGetAction::__construct | ( | $ | vars = array(), |
|
| $ | action = "" | |||
| ) |
Create a new GET action.
| $vars | [array]: associative array of variable => value pairs to be sent with the GET request | |
| $action | [string]: URL to send GET request to |
1.5.6