|
|
|
|
|
|
Using ADODB with Zend_Auth and Zend_Auth_Adapter
Since I prefer ADODB over Zend Framework's own Zend_DB, I had a small problem: How to use it with Zend_Auth to authenticate the user? Good thing Zend employs smart people: they use an adapter to control the database access in the Zend_Auth class, called Zend_Auth_Adapter. You can define your own authentication adapter quite easily by creating a class which implements the Zend_Auth_Adapter_Interface interface class.
| Author: |
Jani
|
| Zend Framework Version: |
Unknown
|
Rating: 10.00/10 (1 vote cast)
|
|
|
|
|
|
|
|
|