Tagged Questions

2
votes
2answers
966 views

Doctrine Named Queries: Specifing limit on query call

Let's imagine something like this: class MyTable extends Doctrine_Table { public function construct() { $q = Doctrine_Query::create()->from('MyTable t') ...