Home >Backend Development >PHP Tutorial >What does 'dede_' mean in PHP's sql statement_PHP Tutorial
Bangkejia (www.Bkjia.com) Tutorial
Question: The following sql statement is used for dedecms system upgrade, and I often encounter dede_.
Excuse me, what does dede_ mean? Like a mess.
REPLACE INTO `dede_ sysconfig` VALUES(744 , 'cfg_replace_num', 'Number of times to replace the same keyword in the document content (0 means all replacements)', 7, 'number', '2');REPLACE INTO `dede_sysconfig` VALUES(745 , 'cfg_uplitpic_cut', 'Whether the cropping box pops up immediately after uploading the thumbnail', 3, 'bool', 'N'); |