Could not execute SQL: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ': AND a.enable = 1 AND c.enable = 1 ORDER BY a.title LIMIT 0,9999' at line 4
SELECT a.*,c.name AS category_name, a.title,a.alias,a.introtext,a.fulltext,a.meta_title,a.meta_key,a.meta_desc
FROM qtttlh_articles AS a
INNER JOIN qtttlh_articles_categories AS c ON c.id = a.catid
WHERE a.catid=: AND a.enable = 1 AND c.enable = 1 ORDER BY a.title LIMIT 0,9999