www.gusucode.com > Destoon B2B仿淘宝电子商务网站 UTF8 v6.0源码程序 > destoon/module/sell/common.inc.php

    <?php 
defined('IN_DESTOON') or exit('Access Denied');
define('MD_ROOT', DT_ROOT.'/module/'.$module);
require DT_ROOT.'/include/module.func.php';
require MD_ROOT.'/global.func.php';
$table = $DT_PRE.$module.'_'.$moduleid;
$table_data = $DT_PRE.$module.'_data_'.$moduleid;
$table_search = $DT_PRE.$module.'_search_'.$moduleid;
$TYPE = explode('|', trim($MOD['type']));
define('SELL_ORDER', $MOD['checkorder'] == 2 ? 0 : 1);
?>