Does using this class: http://api.symfony.com/2.0/Symfony/Component/HttpFoundation/Request.html
as opposed to $_GET and $_POST project against sql injection.
I mostly use findby and findoneby but I do have a general search that I made that I'm worried about.
I'm using $this->getDoctrine()->getManager()->createQuery("query") for the search.