IsZend Db Adapter registered in Registry when using a default recource?
- by simple
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?