I have a really complex query: so much table (and... so much nested model). I feel more comfortable, using raw SQL query rather than CakePHP query syntax. As far as I know, I should prefear CakePHP syntax, cause it is almost immune to attack.
Considering that I won't use Cake's syntax, there's a way to join the security of cake approach with the practicalness of raw SQL approach?