I wantend to create a complex grouping using doctrine query and I used Snippets:
Snippet Doctrine custom grouping
$q = myDQ::create()
->from('Some s');
It gives me a mistake:
Strict Standards: Declaration of MyDq::create() shuld be compatible with that of Doctrine_Query::create() in URL-ROOT/lib/MyDq.class.php