App::replacePost

Usage


Description

Replace all POST variables with the given associative array.

Parameters

Parameter Required Type Description
$values Yes array

Examples

Replace all variables

ERROR: The template tag 'usage' does not exist.

$values = [ 'product_id' => 5, 'quantity' => 3, 'amount'=> 49.95 ]; $app->replacePost($values);

See Also