See this Issue: http://framework.zend.com/issues/browse/ZF-147
Gunar
Stanislav Malyshev schrieb:
As far as I can see, with Zend_Db the actual connection to the DB
happens not when cerating the DB object but when using fetch() or
similar thing. Is there a way to "ping" the database to make it connect
and be sure DB parameters are OK? _connect doesn't work since it's
protected.
|