noalyss Version-9
|
Manage the payement method, existing variable (from ajax_misc.php) More...
Go to the source code of this file.
Variables | |
$action =$http->request("action") | |
$ctl =$http->request("ctl") | |
$id =$http->request("p_id", "number", -1) | |
$payment_method_mtable =new Payment_Method_MTable($payment_method_sql) | |
$payment_method_sql =new Payment_method_SQL($cn, $id) | |
Manage the payement method, existing variable (from ajax_misc.php)
Definition in file ajax_payment_method.php.
$action =$http->request("action") |
Definition at line 39 of file ajax_payment_method.php.
$ctl =$http->request("ctl") |
Definition at line 40 of file ajax_payment_method.php.
$id =$http->request("p_id", "number", -1) |
Definition at line 38 of file ajax_payment_method.php.
$payment_method_mtable =new Payment_Method_MTable($payment_method_sql) |
Definition at line 43 of file ajax_payment_method.php.
$payment_method_sql =new Payment_method_SQL($cn, $id) |
Definition at line 42 of file ajax_payment_method.php.