Re: [symfony-users] How can i get the SQL clause of that Doctrine_Query object?

2010-05-06 Thread Eno
On Wed, 5 May 2010, Javier Garcia wrote: > $this->lista_miembros = $this->filtro->buildQuery($valores_query); > var_dump($this->lista_miembros); > > var_dump outputs a Doctrine_Query object: > > object(Doctrine_Query)[121] > protected '_subqueryAliases' => array > > How can i get th

[symfony-users] How can i get the SQL clause of that Doctrine_Query object?

2010-05-05 Thread Javier Garcia
Hi, i have this code: $this->lista_miembros = $this->filtro->buildQuery($valores_query); var_dump($this->lista_miembros); var_dump outputs a Doctrine_Query object: object(Doctrine_Query)[121] protected '_subqueryAliases' => array How can i get the SQL clause of that Doctrine_Query