| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:13:40 2008 ] | [ osCommRes 1.2.0 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /* 3 $Id: database_tables.php,v 1.2 2003/09/24 15:34:33 wilt 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 20 define('TABLE_CATEGORIES_DESCRIPTION', 'categories_description'); 21 define('TABLE_CONFIGURATION', 'configuration'); 22 define('TABLE_CONFIGURATION_GROUP', 'configuration_group'); 23 define('TABLE_COUNTER', 'counter'); 24 define('TABLE_COUNTER_HISTORY', 'counter_history'); 25 define('TABLE_COUNTRIES', 'countries'); 26 define('TABLE_CURRENCIES', 'currencies'); 27 define('TABLE_CUSTOMERS', 'customers'); 28 define('TABLE_CUSTOMERS_BASKET', 'customers_basket'); 29 define('TABLE_CUSTOMERS_BASKET_ATTRIBUTES', 'customers_basket_attributes'); 30 define('TABLE_CUSTOMERS_INFO', 'customers_info'); 31 define('TABLE_LANGUAGES', 'languages'); 32 define('TABLE_MANUFACTURERS', 'manufacturers'); 33 define('TABLE_MANUFACTURERS_INFO', 'manufacturers_info'); 34 define('TABLE_ORDERS', 'orders'); 35 define('TABLE_ORDERS_PRODUCTS', 'orders_products'); 36 define('TABLE_ORDERS_PRODUCTS_ATTRIBUTES', 'orders_products_attributes'); 37 define('TABLE_ORDERS_PRODUCTS_DOWNLOAD', 'orders_products_download'); 38 define('TABLE_ORDERS_STATUS', 'orders_status'); 39 define('TABLE_ORDERS_STATUS_HISTORY', 'orders_status_history'); 40 define('TABLE_ORDERS_TOTAL', 'orders_total'); 41 define('TABLE_PRODUCTS', 'products'); 42 define('TABLE_PRODUCTS_ATTRIBUTES', 'products_attributes'); 43 define('TABLE_PRODUCTS_ATTRIBUTES_DOWNLOAD', 'products_attributes_download'); 44 define('TABLE_PRODUCTS_DESCRIPTION', 'products_description'); 45 define('TABLE_PRODUCTS_NOTIFICATIONS', 'products_notifications'); 46 define('TABLE_PRODUCTS_OPTIONS', 'products_options'); 47 define('TABLE_PRODUCTS_OPTIONS_VALUES', 'products_options_values'); 48 define('TABLE_PRODUCTS_OPTIONS_VALUES_TO_PRODUCTS_OPTIONS', 'products_options_values_to_products_options'); 49 define('TABLE_PRODUCTS_TO_CATEGORIES', 'products_to_categories'); 50 define('TABLE_REVIEWS', 'reviews'); 51 define('TABLE_REVIEWS_DESCRIPTION', 'reviews_description'); 52 define('TABLE_SESSIONS', 'sessions'); 53 define('TABLE_SPECIALS', 'specials'); 54 define('TABLE_TAX_CLASS', 'tax_class'); 55 define('TABLE_TAX_RATES', 'tax_rates'); 56 define('TABLE_GEO_ZONES', 'geo_zones'); 57 define('TABLE_ZONES_TO_GEO_ZONES', 'zones_to_geo_zones'); 58 define('TABLE_WHOS_ONLINE', 'whos_online'); 59 define('TABLE_ZONES', 'zones'); 60 define('TABLE_PAYPALIPN_TXN', 'paypalipn_txn'); // PAYPALIPN 61 62 // Added for Xsell Products Mod 63 define('TABLE_PRODUCTS_XSELL', 'products_xsell'); 64 65 // Lango Added for template and infobox mod 66 define('TABLE_INFOBOX_CONFIGURATION', 'infobox_configuration'); 67 define('TABLE_TEMPLATE', 'template'); 68 69 // Lango Added for Salemaker mod 70 define('TABLE_SALEMAKER_SALES', 'salemaker_sales'); 71 72 // Lango Added for Featured Products 73 74 define('TABLE_FEATURED', 'featured'); 75 // Discount Table 76 define('TABLE_CUSTOMERS_GROUPS', 'customers_groups'); 77 78 79 require (DIR_WS_INCLUDES . "events_database_tables.php"); 80 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |