Ver Mensaje Individual
  #13 (permalink)  
Antiguo 03/04/2012, 09:44
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 3 meses
Puntos: 845
Respuesta: Generando los metodos get/set en doctrine

Vas a tener que modificar el fichero doctrine.bat un par de veces, haz lo siguiente:

modifica esta linea

Código BAT:
Ver original
  1. if "%PHPBIN%" == "" set PHPBIN=@php_bin@

por esta

Código BAT:
Ver original
  1. set PHPBIN=C:\xampp\php\php.exe

ejecuta el comando doctrine(deberías ver el cli), luego vuelve a modificar la misma linea del fichero doctrine.bat con el siguiente valor:

Código BAT:
Ver original
  1. if "%PHPBIN%" == "" set PHPBIN=C:\xampp\php\php.exe

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)