Plugins  LAST
 All Data Structures Files Functions Variables Pages
Variables
confirm_transfer.php File Reference

Go to the source code of this file.

Variables

 $row_count =0
 
 $max =0
 
switch($sep_field->selected$date_format =$aformat_date[$format_date->selected-1]['format']
 retrieve the format More...
 
 $thousand_format =$athousand[$sep_thousand->selected]['label']
 
 $decimal_format =$adecimal[$sep_decimal->selected]['label']
 
while(($row=fgetcsv($fbank,
0, $sp))!==false) 
$table =ob_get_contents()
 
$nb_col value =($nb_col->value=='')?$max:$nb_col->value
 

Variable Documentation

switch ($sep_field->selected) $date_format =$aformat_date[$format_date->selected-1]['format']

retrieve the format

Definition at line 41 of file confirm_transfer.php.

Referenced by Impacc_CSV\check().

$decimal_format =$adecimal[$sep_decimal->selected]['label']

Definition at line 47 of file confirm_transfer.php.

$max =0
$row_count =0

Definition at line 19 of file confirm_transfer.php.

Referenced by Impdol_Operation\record(), and Import_Card\record_import().

while (($row=fgetcsv($fbank, 0, $sp))!==false) $table =ob_get_contents()

Definition at line 133 of file confirm_transfer.php.

Referenced by Install_Plugin\create_tables().

$thousand_format =$athousand[$sep_thousand->selected]['label']

Definition at line 44 of file confirm_transfer.php.

$nb_col value =($nb_col->value=='')?$max:$nb_col->value

Definition at line 137 of file confirm_transfer.php.