zend_db only connects when query is executed however it also connects when u construct select object which has a where condition because it needs to call quoteInto using mysql native functions
if you enable profiler and use firephp you can see all queries in firebug and you can also see when it connects too -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Lazy-loading-of-Zend-DB-tp661906p4632508.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
