string(174) "SELECT COUNT(DISTINCT p.ID) count_arts FROM webpagecache AS p INNER JOIN cmspageattributes AS a ON p.ID=a.cpa_cf_id AND a.Name='_tag' WHERE 1=1 AND a.Value_FileID=15273 " string(834) "/* articles_DBGetList() */ SELECT DISTINCT p.ID AS cf_id , p.title , p.Subtitle , p.MetaDescription AS meta_description , p.RelativeURL AS canonical_url , p.RelativeURL AS relative_url , p.PublishStart , p.ListImage_URL AS listimage , p.ListImage_Caption AS listimage_caption , p.ListImage_Credit AS listimage_credit , CASE WHEN i.Width>i.Height THEN '' ELSE 'tall' END AS listimage_orientation , p.Abstract AS art_abs , p.AuthorString AS author , p.AuthorString AS author_list , p.IsPartnerContent , i.Height , i.Width FROM webpagecache AS p LEFT JOIN cmsimages AS i ON p.ListImage_ID=i.ci_cf_id INNER JOIN cmspageattributes AS a ON p.ID=a.cpa_cf_id AND a.Name='_tag' WHERE p.PageTypeID IN (3,4,5,7,8,11,14,15) AND a.Value_FileID=15273 ORDER BY p.publishstart DESC LIMIT 60, 20 "