[]
Counting & Calculating Plants
SELECT id, title, alias, catid FROM sjoomla.lfx_content
WHERE catid IN (515)
AND state = 1
AND publish_up <= curdate()
ORDER BY created desc
SELECT id, title, alias, catid FROM sjoomla.lfx_content WHERE id IN (2845, 3104) AND state = 1 AND publish_up <= curdate() ORDER BY created desc
string(36) "IN ('Counting & Calculating Plants')"
array(1) { [1837]=> string(29) "Counting & Calculating Plants" }
SELECT id, title, alias, catid FROM sjoomla.lfx_content WHERE id IN (2845, 3104) AND state = 1 AND publish_up <= curdate() ORDER BY created desc
string(36) "IN ('Counting & Calculating Plants')"
array(1) { [1837]=> string(29) "Counting & Calculating Plants" }