zend db tables para conexión a bd - duda
AUTOR PREGUNTA #1
-
¿Tienes la misma pregunta? Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
$db = new Zend_Db_Adapter_Pdo_Mysql(array( 'host' => '127.0.0.1', 'username' => 'usuario', 'password' => 'xxxxxxxx', 'dbname' => 'prueba' ));