Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/12/2010, 13:37
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 4 meses
Puntos: 845
Respuesta: Problema cn Zend y Base de Datos

Que tal Pituficosa la linea de comando deberia ser algo asi:

windows
Código SHELL:
Ver original
  1. zf configure db-adapter "adapter=PDO_PGSQL&dbname=mydb&host=localhost&username=root&password" production

linux

Código SHELL:
Ver original
  1. zf configure db-adapter \
  2. adapter=PDO_PGSQL&dbname=mydb&host=localhost&username=root&password \
  3. production

Saludos.