[ Index ] |
|
Code source de osCommerce 2.2ms2-060817 |
1 <?php 2 /* 3 $Id: database_tables.php,v 1.1 2003/06/20 00:18:30 hpdl Exp $ 4 5 osCommerce, Open Source E-Commerce Solutions 6 http://www.oscommerce.com 7 8 Copyright (c) 2003 osCommerce 9 10 Released under the GNU General Public License 11 */ 12 13 // define the database table names used in the project 14 define('TABLE_ADDRESS_BOOK', 'address_book'); 15 define('TABLE_ADDRESS_FORMAT', 'address_format'); 16 define('TABLE_BANNERS', 'banners'); 17 define('TABLE_BANNERS_HISTORY', 'banners_history'); 18 define('TABLE_CATEGORIES', 'categories'); 19 define('TABLE_CATEGORIES_DESCRIPTION', 'categories_description'); 20 define('TABLE_CONFIGURATION', 'configuration'); 21 define('TABLE_CONFIGURATION_GROUP', 'configuration_group'); 22 define('TABLE_COUNTRIES', 'countries'); 23 define('TABLE_CURRENCIES', 'currencies'); 24 define('TABLE_CUSTOMERS', 'customers'); 25 define('TABLE_CUSTOMERS_BASKET', 'customers_basket'); 26 define('TABLE_CUSTOMERS_BASKET_ATTRIBUTES', 'customers_basket_attributes'); 27 define('TABLE_CUSTOMERS_INFO', 'customers_info'); 28 define('TABLE_LANGUAGES', 'languages'); 29 define('TABLE_MANUFACTURERS', 'manufacturers'); 30 define('TABLE_MANUFACTURERS_INFO', 'manufacturers_info'); 31 define('TABLE_NEWSLETTERS', 'newsletters'); 32 define('TABLE_ORDERS', 'orders'); 33 define('TABLE_ORDERS_PRODUCTS', 'orders_products'); 34 define('TABLE_ORDERS_PRODUCTS_ATTRIBUTES', 'orders_products_attributes'); 35 define('TABLE_ORDERS_PRODUCTS_DOWNLOAD', 'orders_products_download'); 36 define('TABLE_ORDERS_STATUS', 'orders_status'); 37 define('TABLE_ORDERS_STATUS_HISTORY', 'orders_status_history'); 38 define('TABLE_ORDERS_TOTAL', 'orders_total'); 39 define('TABLE_PRODUCTS', 'products'); 40 define('TABLE_PRODUCTS_ATTRIBUTES', 'products_attributes'); 41 define('TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD', 'products_attributes_download'); 42 define('TABLE_PRODUCTS_DESCRIPTION', 'products_description'); 43 define('TABLE_PRODUCTS_NOTIFICATIONS', 'products_notifications'); 44 define('TABLE_PRODUCTS_OPTIONS', 'products_options'); 45 define('TABLE_PRODUCTS_OPTIONS_VALUES', 'products_options_values'); 46 define('TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS', 'products_options_values_to_products_options'); 47 define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories'); 48 define('TABLE_REVIEWS', 'reviews'); 49 define('TABLE_REVIEWS_DESCRIPTION', 'reviews_description'); 50 define('TABLE_SESSIONS', 'sessions'); 51 define('TABLE_SPECIALS', 'specials'); 52 define('TABLE_TAX_CLASS', 'tax_class'); 53 define('TABLE_TAX_RATES', 'tax_rates'); 54 define('TABLE_GEO_ZONES', 'geo_zones'); 55 define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones'); 56 define('TABLE_WHOS_ONLINE', 'whos_online'); 57 define('TABLE_ZONES', 'zones'); 58 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Mon Nov 26 19:48:25 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |