query
Doctrine Queries

To create custom SQL queries in Symfony, one has to use Doctrine (no, I don’t go on a rant here why I don’t want to use Propel ^^) and its DQL (Doctrine Query Language). This can be a serious pain in the arse so let’s put up some quick examples:
$query = new Doctrine_Query();
Ok, now we [...]

Share this on:
  • Print
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Add to favorites
  • email
  • MisterWong
  • MySpace
  • Reddit
  • RSS
  • Yahoo! Bookmarks
Read More
Posted on 4th November 2009No Comments