RE: [fw-general] Using an external database for user credential

2010-03-23 Thread Sergio Rinaudo
Subject: Re: [fw-general] Using an external database for user credential The only thing that is automatic regarding the DB is Zend_Db_Table and its default adapter. You can specify the default by using this confing option: resources.multidb.db2.default = true For everything else, you'll need

RE: [fw-general] Using an external database for user credential

2010-03-22 Thread Sergio Rinaudo
...@gmail.com Date: Tue, 16 Mar 2010 09:23:26 -0700 Subject: Re: [fw-general] Using an external database for user credential To: kaiohken1...@hotmail.com CC: fw-general@lists.zend.com Take a look at the multidb resource: http://framework.zend.com/manual/en/zend.application.available-resources.html You

RE: [fw-general] Using an external database for user credential

2010-03-19 Thread Sergio Rinaudo
] Using an external database for user credential To: kaiohken1...@hotmail.com CC: fw-general@lists.zend.com Take a look at the multidb resource: http://framework.zend.com/manual/en/zend.application.available-resources.html You could then inject your authentication adapter with the correct db

Re: [fw-general] Using an external database for user credential

2010-03-19 Thread Hector Virgen
:26 -0700 Subject: Re: [fw-general] Using an external database for user credential To: kaiohken1...@hotmail.com CC: fw-general@lists.zend.com Take a look at the multidb resource: http://framework.zend.com/manual/en/zend.application.available-resources.html http://framework.zend.com/manual