Skip to content

Instantly share code, notes, and snippets.

@Narven
Forked from andreia/gist:3181898
Created June 17, 2014 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Narven/51a16b5859473ed74fc3 to your computer and use it in GitHub Desktop.
Save Narven/51a16b5859473ed74fc3 to your computer and use it in GitHub Desktop.
<?php
$q = Doctrine_Query::create()
->select('a.title as title')
->from('Article a')
->where('a.id = ?', $this->getId());
->fetchOne()->title;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment