How can we help?
Search our site
Search our site
Array ( )GET:
Array ( )
Array
(
[before] => Closure Object
(
)
[segment] => Array
(
[0] => search
)
[route] => /search
[template] => front/themes/laguna/search.tpl.php
[Bootstrap::Autoloader[1]] => registered path "autoloaded class "/home1/modernair/cms.modernairdesign.com/view/admin/modules_/blog/
[Bootstrap::Autoloader[2]] => autoloaded class "/home1/modernair/cms.modernairdesign.com/view/admin/modules_/blog/Blog.class.php
)
1. select | total: 1 . SELECT * FROM `settings` WHERE id = 1 ;
2. select | total: 16 . SELECT * FROM `menus` WHERE active = 1 ORDER BY parent_id, position;
3. select | total: 1 . SELECT * FROM `pages` WHERE page_type = "search" AND active = 1 LIMIT 1;
4. SELECT | total: 10 . SELECT title_en AS title, body_en AS body, slug_en AS slug , page_type FROM `pages` WHERE active = 1 AND page_type = "normal" AND (`title_en` LIKE '%%') OR (`body_en` LIKE '%%') ORDER BY created DESC LIMIT 10;
5. SELECT | total: 0 . SELECT
title_en AS title,
body_en AS body,
slug_en AS slug
FROM
`mod_blog`
WHERE MATCH (title_en) AGAINST ('*' IN BOOLEAN MODE)
OR MATCH (body_en) AGAINST ('*' IN BOOLEAN MODE)
AND active = 1
ORDER BY created DESC
LIMIT 10;6. SELECT | total: 1 . SELECT YEAR(created) AS year, DATE_FORMAT(created, '%m') AS month, COUNT(id) AS total FROM `mod_blog` WHERE active = 1 AND created <= DATE_SUB(NOW(), INTERVAL 1 MONTH) GROUP BY year, month ORDER BY year DESC, month DESC;
7. SELECT | total: 3 . SELECT title_en AS title, slug_en AS slug, thumb, created, id FROM `mod_blog` WHERE active = 1 ORDER BY hits DESC LIMIT 5;
8. SELECT | total: 0 . SELECT c.body, a.title_en AS title, a.slug_en AS slug, c.created FROM `mod_comments` AS c LEFT JOIN `mod_blog` AS a ON a.id = c.parent_id WHERE c.section = "blog" AND c.active = 1 AND a.active = 1 ORDER BY c.created DESC LIMIT 5;