PEEL Shopping
Open source ecommerce : PEEL Shopping
Variables
export_livraisons.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_livraisons_" . str_replace('/', '-', date($GLOBALS['date_basic_format_short'])) . ".csv"
 
 $sqlC
 
 $resC = query($sqlC)
 
 $i = 0
 
 while ($C=fetch_assoc($resC))
 

Variable Documentation

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

Definition at line 27 of file export_livraisons.php.

$i = 0

Definition at line 48 of file export_livraisons.php.

$output = ''

Definition at line 26 of file export_livraisons.php.

$resC = query($sqlC)

Definition at line 47 of file export_livraisons.php.

$sqlC
Initial value:
= "SELECT *
FROM peel_commandes
WHERE o_timestamp>='" . nohtml_real_escape_string($_GET["dateadded1"]) . "' AND o_timestamp<='" . nohtml_real_escape_string($_GET["dateadded2"]) . "' AND " . get_filter_site_cond('commandes', null, true) . " " . $extra_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 40 of file export_livraisons.php.

if (empty($_GET["dateadded1"])||empty($_GET["dateadded2"])) if (!empty($_GET["id_statut_livraison"])) else
Initial value:
{
$page_encoding = 'utf-8'
if(!check_if_module_active('search')) $page_encoding
Definition: produit.php:23

Definition at line 23 of file export_livraisons.php.

const IN_PEEL_ADMIN true

Definition at line 14 of file export_livraisons.php.

while($C=fetch_assoc($resC))

Definition at line 50 of file export_livraisons.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.