PEEL Shopping
Open source ecommerce : PEEL Shopping
Variables
export_kekoli.php File Reference

Go to the source code of this file.

Variables

const IN_PEEL_ADMIN true
 
if(!empty($_GET['encoding'])) elseif(!empty($GLOBALS['site_parameters']['export_encoding'])) else
 
 $output = ''
 
 $filename ="export_kekoli_" . str_replace('/','-',date($GLOBALS['date_basic_format_short'])) . ".csv"
 
 $sqlC
 
 $resC = query($sqlC)
 
 while ($C=fetch_assoc($resC))
 

Variable Documentation

$filename ="export_kekoli_" . str_replace('/','-',date($GLOBALS['date_basic_format_short'])) . ".csv"

Definition at line 31 of file export_kekoli.php.

$output = ''

Definition at line 30 of file export_kekoli.php.

$resC = query($sqlC)

Definition at line 56 of file export_kekoli.php.

$sqlC
Initial value:
= "SELECT *
FROM peel_commandes c
WHERE " . get_filter_site_cond('commandes', 'c', true) . " AND type != '4' AND o_timestamp>='" . nohtml_real_escape_string($_GET["dateadded1"]) . "' AND o_timestamp<='" . nohtml_real_escape_string($_GET["dateadded2"]) . "' " . $extra1_sql . " " . $extra2_sql . "
ORDER BY o_timestamp"
nohtml_real_escape_string($value, $allowed_tags=null)
Protège les données pour insertion dans MySQL ET supprime les tags HTML pour protéger de toute sorte ...
Definition: database.php:400
get_filter_site_cond($table_technical_code, $table_alias=null, $use_strict_rights_if_in_admin=false, $specific_site_id=null, $exclude_public_items=false, $admin_force_multisite_if_allowed=false)
Retourne la condition SQL permettant de filtrer les données pour une table.
Definition: fonctions.php:4643

Definition at line 49 of file export_kekoli.php.

if (isset($_GET['id_statut_paiement'])&&is_numeric($_GET['id_statut_paiement'])) else
Initial value:
{
if(!check_if_module_active('search')) $page_encoding
Definition: produit.php:23

Definition at line 27 of file export_kekoli.php.

const IN_PEEL_ADMIN true

Definition at line 15 of file export_kekoli.php.

while($C=fetch_assoc($resC))

Definition at line 58 of file export_kekoli.php.


This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:43 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.