echo $q->getSqlQuery(); //exit;
On 5 kvě, 13:56, Javier Garcia <[email protected]> wrote: > 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 object? > > Javi > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/symfony-users?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
