[]
Plotting
SELECT id, title, alias, catid FROM sjoomla.lfx_content
WHERE catid IN (270)
AND state = 1
AND publish_up <= curdate()
ORDER BY created desc
SELECT id, title, alias, catid FROM sjoomla.lfx_content WHERE id IN (2234, 5018, 5982, 6068, 6238, 3225, 5018, 5982, 6068, 6091, 6098, 6238, 6271, 6617) AND state = 1 AND publish_up <= curdate() ORDER BY created desc
string(15) "IN ('Plotting')"
array(2) { [235]=> string(8) "plotting" [834]=> string(8) "Plotting" }
SELECT id, title, alias, catid FROM sjoomla.lfx_content WHERE id IN (2234, 5018, 5982, 6068, 6238, 3225, 5018, 5982, 6068, 6091, 6098, 6238, 6271, 6617) AND state = 1 AND publish_up <= curdate() ORDER BY created desc
string(15) "IN ('Plotting')"
array(2) { [235]=> string(8) "plotting" [834]=> string(8) "Plotting" }