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 '?) ORDER BY `teams`.`order` ASC' at line 2, query was: SELECT `game_category_teams`.*, `teams`.`id` AS `teams_id`, `teams`.`name` FROM `game_category_teams` INNER JOIN `teams` ON teams.id = game_category_teams.teams_id WHERE (game_category_id=?) ORDER BY `teams`.`order` ASC