SELECT id, title, alias, catid FROM sjoomla.lfx_content
WHERE catid IN (402, 486, 488)
AND state = 1
AND publish_up <= curdate()
ORDER BY created desc
SELECT id, title, alias, catid FROM sjoomla.lfx_content
WHERE id IN (635, 1526, 2593, 2848, 5475, 6299, 6622, 512, 1118, 2971, 2986, 2998, 3051, 3054, 3595)
AND state = 1
AND publish_up <= curdate()
ORDER BY created desc
string(69) "IN ('Computers & Networking', 'Computer Basics', 'Networking Basics')"
array(3) {
[1963]=>
string(15) "Computer Basics"
[1975]=>
string(17) "Networking Basics"
[2615]=>
string(22) "Computers & Networking"
}