| Active Users: |
46 |
| Accounts: |
0 |
| Guests: |
46 |
|
|
|
|
|
|
|
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.
| Zend Framework Version: |
Unknown
|
| Author Name: |
Jani
|
| Source: |
Hello World blog
|
| Referred By: |
Zend Framework Tutorial
|
|
|
|
|
|
|
|
|
|
|
|