exception: MySQL server has gone away - /var/opt/www/c2/p158/www/www.prirodovedci.cz/www/framework/core/drivers/mysql.php - 165
SQL:
SELECT s.*, CONCAT(i.id, '.', i.ext) AS image
FROM `web_sliders` AS s
LEFT JOIN `web_images` AS i ON i.id = s.image
WHERE `s`.`display` = 1 AND s.id_nav IN (0, 1)
ORDER BY s.rank, s.id ASC