SELECT m.*, c.`option` AS component
FROM sgj_menu AS m
LEFT JOIN sgj_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(3,1,7,53,9,10,11,6,16,55,54,15)
AND jf_content.reference_table='menu'
SELECT template
FROM sgj_templates_menu
WHERE client_id = 0
AND (menuid = 0 OR menuid = 1)
ORDER BY menuid DESC
LIMIT 0, 1
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, a.sectionid, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.attribs, a.urls, a.metakey, a.metadesc, a.access, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author, u.usertype, g.name AS groups, u.email AS author_email, cc.title AS category, s.title AS section, s.ordering AS s_ordering, cc.ordering AS cc_ordering, a.ordering AS a_ordering, f.ordering AS f_ordering
FROM sgj_content AS a
INNER JOIN sgj_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN sgj_categories AS cc
ON cc.id = a.catid
LEFT JOIN sgj_sections AS s
ON s.id = a.sectionid
LEFT JOIN sgj_users AS u
ON u.id = a.created_by
LEFT JOIN sgj_groups AS g
ON a.access = g.id
WHERE 1
AND a.access <= 0
AND a.state = 1
AND (( cc.published = 1
AND s.published = 1 ) OR ( a.catid = 0
AND a.sectionid = 0 ) )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-01-28 03:28:24' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-01-28 03:28:24' )
ORDER BY f.ordering
LIMIT 0, 9
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(112,1)
AND jf_content.reference_table='content'
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(0,1)
AND jf_content.reference_table='categories'
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(0,1)
AND jf_content.reference_table='sections'
SELECT a.id, a.title, a.alias, a.title_alias, a.introtext, a.fulltext, a.sectionid, a.state, a.catid, a.created, a.created_by, a.created_by_alias, a.modified, a.modified_by, a.checked_out, a.checked_out_time, a.publish_up, a.publish_down, a.images, a.attribs, a.urls, a.metakey, a.metadesc, a.access, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(":", cc.id, cc.alias) ELSE cc.id END AS catslug, CHAR_LENGTH( a.`fulltext` ) AS readmore, u.name AS author, u.usertype, g.name AS groups, u.email AS author_email, cc.title AS category, s.title AS section, s.ordering AS s_ordering, cc.ordering AS cc_ordering, a.ordering AS a_ordering, f.ordering AS f_ordering
FROM sgj_content AS a
INNER JOIN sgj_content_frontpage AS f
ON f.content_id = a.id
LEFT JOIN sgj_categories AS cc
ON cc.id = a.catid
LEFT JOIN sgj_sections AS s
ON s.id = a.sectionid
LEFT JOIN sgj_users AS u
ON u.id = a.created_by
LEFT JOIN sgj_groups AS g
ON a.access = g.id
WHERE 1
AND a.access <= 0
AND a.state = 1
AND (( cc.published = 1
AND s.published = 1 ) OR ( a.catid = 0
AND a.sectionid = 0 ) )
AND ( a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2012-01-28 03:28:24' )
AND ( a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2012-01-28 03:28:24' )
ORDER BY f.ordering
SELECT id, title, module, position, content, showtitle, control, params
FROM sgj_modules AS m
LEFT JOIN sgj_modules_menu AS mm
ON mm.moduleid = m.id
WHERE m.published = 1
AND m.access <= 0
AND m.client_id = 0
AND ( mm.menuid = 1 OR mm.menuid = 0 )
ORDER BY position, ordering
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(1,46,52,50,47,36,51,19,22,29,27)
AND jf_content.reference_table='modules'
SELECT a.*, CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(":", a.id, a.alias) ELSE a.id END AS slug, CASE WHEN CHAR_LENGTH(cc.name) THEN CONCAT_WS(":", cc.id, cc.name) ELSE cc.id END AS catslug
FROM sgj_content AS a
INNER JOIN sgj_categories AS cc
ON cc.id = a.catid
INNER JOIN sgj_sections AS s
ON s.id = a.sectionid
WHERE a.state = 1
AND a.access <= 0
AND cc.access <= 0
AND s.access <= 0
AND (a.publish_up = "0000-00-00 00:00:00" OR a.publish_up <= "2012-01-28 03:28:24" )
AND (a.publish_down = "0000-00-00 00:00:00" OR a.publish_down >= "2012-01-28 03:28:24" )
AND cc.id = 33
AND cc.section = s.id
AND cc.published = 1
AND s.published = 1
ORDER BY a.ordering
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=1
AND jf_content.published=1
AND jf_content.reference_id IN(16)
AND jf_content.reference_table='content'
SELECT *
FROM sgj_languages
WHERE active=1
ORDER BY ordering
SELECT m.*, c.`option` AS component
FROM sgj_menu AS m
LEFT JOIN sgj_components AS c
ON m.componentid = c.id
WHERE m.published = 1
ORDER BY m.sublevel, m.parent, m.ordering
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=2
AND jf_content.published=1
AND jf_content.reference_id IN(3,1,7,53,9,10,11,6,16,55,54,15)
AND jf_content.reference_table='menu'
SELECT jf_content.reference_field, jf_content.value, jf_content.reference_id, jf_content.original_value
FROM sgj_jf_content AS jf_content
WHERE jf_content.language_id=2
AND jf_content.published=1
AND jf_content.reference_id IN(1)
AND jf_content.reference_table='menu'