古詩詞大全網 - 四字成語 - destoonDestoon供應頁面能否調用商鋪的有關信息?

destoonDestoon供應頁面能否調用商鋪的有關信息?

$COM[intro]不是在所有頁面都可以使用的。$content_table = content_table(4, $userid, is_file(DT_CACHE.'/4.part'), $DT_PRE.'company_data');$r = $db->get_one("SELECT content FROM {$content_table} WHERE userid=$userid");$intro_length = isset($HOME['intro_length']) && $HOME['intro_length'] ? intval($HOME['intro_length']) : 1000;$COM['intro'] = nl2br(dsubstr(trim(strip_tags($r['content'])), $intro_length, '...'));php中是使用這種方式得到$COM[intro]的在module/company/homepage.inc.php