IsZend Db Adapter registered in Registry when using a default recource?
        Posted  
        
            by simple
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by simple
        
        
        
        Published on 2010-03-15T05:57:46Z
        Indexed on 
            2010/03/15
            5:59 UTC
        
        
        Read the original article
        Hit count: 192
        
php
|zend-framework
There is a out of box resources in Zend Framework, when configures in the ini file
resource.db.user ="xxxx"...
the bootstrap sets up db adapter, just curious does bootstrap sets db adapter into registry too, or not?
© Stack Overflow or respective owner