Ver Mensaje Individual
  #7 (permalink)  
Antiguo 25/06/2014, 11:56
Avatar de witchy
witchy
 
Fecha de Ingreso: junio-2014
Mensajes: 44
Antigüedad: 9 años, 10 meses
Puntos: 0
Respuesta: ejecutar una funcion en el execute de un comando

Muchas Gracias funciono super bien, al principio me dio un error lo puse asi todo ok


$stmt = $this->getContainer()->get('doctrine')->getConnection()->prepare('CALL contando()');
$stmt->execute();

Mil gracias