Time : 14:16:52 SQLSTATE[42000]: Syntax error or access violation: 1064 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 '' LIKE ?' at line 1 Raw SQL : SELECT COUNT(*) FROM 2015_press WHERE no > :no AND d_show = :show AND del = :del AND sort = :sort AND ' LIKE :keyword Time : 12:21:35 SQLSTATE[42000]: Syntax error or access violation: 1064 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 '' DESC LIMIT ?, ?' at line 1 Raw SQL : SELECT no, name, title, content, likes, hit, reg_date FROM 2015_press WHERE no > :no AND d_show = :show AND del = :del AND sort = :sort ORDER BY top ASC, ' DESC LIMIT :startNum, :rowCount