PEEL Shopping
Open source ecommerce : PEEL Shopping
Functions | Variables
email-templates.php File Reference

Go to the source code of this file.

Functions

 emailLinksExplanations ()
 emailLinksExplanations() More...
 

Variables

const IN_PEEL_ADMIN true
 
 $GLOBALS ['DOC_TITLE'] = $GLOBALS['STR_ADMIN_EMAIL_TEMPLATES_TITLE']
 
 $form_error_object = new FormError()
 
 $report = ''
 
 $output = ''
 
if(!empty($_GET['id'])) if(isset($_POST['form_name'], $_POST['form_subject'], $_POST['form_text'], $_POST['form_lang'])&&empty($_GET['id'])) if(empty($_GET['id'])) $tpl = $GLOBALS['tplEngine']->createTemplate('admin_email-templates_search.tpl')
 
 $tpl_options = array()
 
 $result
 
 $tpl_langs = array()
 
 $sql
 
 $Links = new Multipage($sql, 'email_templates', 40)
 
 $results_array = $Links->query()
 

Function Documentation

emailLinksExplanations ( )

emailLinksExplanations()

Returns

Definition at line 350 of file email-templates.php.

Variable Documentation

$form_error_object = new FormError()

Definition at line 21 of file email-templates.php.

$GLOBALS['DOC_TITLE'] = $GLOBALS['STR_ADMIN_EMAIL_TEMPLATES_TITLE']

Definition at line 19 of file email-templates.php.

$Links = new Multipage($sql, 'email_templates', 40)

Definition at line 287 of file email-templates.php.

$output = ''

Definition at line 23 of file email-templates.php.

$report = ''

Definition at line 22 of file email-templates.php.

$result
Initial value:
= query('SELECT tc.id, tc.name_' . $_SESSION['session_langue'] . ' AS name, tc.site_id
FROM peel_email_template_cat tc
INNER JOIN peel_email_template t ON t.id_cat=tc.id AND t.active="TRUE" AND ' . get_filter_site_cond('email_template', 't', true) . '
WHERE ' . get_filter_site_cond('email_template_cat', 'tc') . '
GROUP BY tc.id
ORDER BY name')
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
query($query, $die_if_error=false, $database_object=null, $silent_if_error=false, $security_sql_filter=true)
The query() function is meant to be called anywhere you want to make a query.
Definition: database.php:158
if(defined('IN_PEEL_ADMIN')||IN_INSTALLATION) $_SESSION['session_langue']

Definition at line 224 of file email-templates.php.

$results_array = $Links->query()

Definition at line 288 of file email-templates.php.

if (!empty($_GET['form_lang_template'])) if (empty($_GET['form_lang_template'])) if (!empty($_GET['form_id_cat'])) if (empty($_GET['form_id_cat'])) if (isset($_GET['etat'])&&empty($_GET['etat'])) if (isset($_GET['etat'])&&$_GET['etat']=="1") if (isset($_GET['etat'])&&$_GET['etat']=="0") $sql
Initial value:
= 'SELECT id, technical_code, name, subject, text, lang, active, id_cat, site_id
FROM peel_email_template
WHERE ' . get_filter_site_cond('email_template', null, true)
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 258 of file email-templates.php.

$tpl = $GLOBALS['tplEngine']->createTemplate('admin_email-templates_search.tpl')

Definition at line 220 of file email-templates.php.

$tpl_langs = array()

Definition at line 237 of file email-templates.php.

$tpl_options = array()

Definition at line 222 of file email-templates.php.

const IN_PEEL_ADMIN true

Definition at line 14 of file email-templates.php.


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