SELECT `more`,`file`,`id`,`is_public` FROM `cmf_theme_file` WHERE `theme` = '77cast' AND ( `is_public` = 1 OR `file` = 'portal/forum_detail' ) ORDER BY `is_public` DESC [ RunTime:0.001240s ]
SHOW FULL COLUMNS FROM `cmf_comment` [ RunTime:0.002551s ]
SELECT COUNT(*) AS think_count FROM `cmf_comment` `c` LEFT JOIN `cmf_user` `u` ON `c`.`user_id`=`u`.`id` LEFT JOIN `cmf_user` `ut` ON `c`.`to_user_id`=`ut`.`id` WHERE ( c.delete_time=0 and c.status=1 and c.table_name="forum" ) AND `object_id` = 61 [ RunTime:0.001225s ]