faq 분류 검색 기능 추가

This commit is contained in:
chicpro
2014-03-14 17:27:54 +09:00
parent 2fbd3e66fa
commit 3c3bfc2b8f
14 changed files with 477 additions and 76 deletions

View File

@ -834,6 +834,8 @@ CREATE TABLE IF NOT EXISTS `g5_faq_master` (
`fm_subject` varchar(255) NOT NULL DEFAULT '',
`fm_head_html` text NOT NULL,
`fm_tail_html` text NOT NULL,
`fm_mobile_head_html` text NOT NULL,
`fm_mobile_tail_html` text NOT NULL,
`fm_order` int(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`fm_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;