[ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000605s ]
[ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image') ORDER BY `list_order` ASC [ RunTime:0.000331s ]
[ SQL ] SHOW COLUMNS FROM `cmf_portal_category_post` [ RunTime:0.000609s ]
[ SQL ] SELECT `p`.`id`,c.category_id as cid,p.post_title as title,p.published_time as create_time FROM `cmf_portal_category_post` `c` LEFT JOIN `cmf_portal_post` `p` ON `p`.`id`=`c`.`post_id` WHERE ( p.recommended = 1 and p.post_status =1 and p.delete_time = 0 ) ORDER BY `c`.`list_order` DESC,`p`.`published_time` DESC [ RunTime:0.000348s ]