noalyss Version-9
Variables
ajax_payment_method.php File Reference

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)
 

Detailed Description

Manage the payement method, existing variable (from ajax_misc.php)

See also
Payment_Method_SQL
Payment_Method_MTable

Definition in file ajax_payment_method.php.

Variable Documentation

◆ $action

$action =$http->request("action")

Definition at line 39 of file ajax_payment_method.php.

◆ $ctl

$ctl =$http->request("ctl")

Definition at line 40 of file ajax_payment_method.php.

◆ $id

$id =$http->request("p_id", "number", -1)

Definition at line 38 of file ajax_payment_method.php.

◆ $payment_method_mtable

$payment_method_mtable =new Payment_Method_MTable($payment_method_sql)

Definition at line 43 of file ajax_payment_method.php.

◆ $payment_method_sql

$payment_method_sql =new Payment_method_SQL($cn, $id)

Definition at line 42 of file ajax_payment_method.php.