Zend_Auth_Adapter_DbTable::setCredential
setCredential() - set the credential value to be used, optionally can specify a treatment to be used, should be supplied in parameterized form, such as 'MD5(?)' or 'PASSWORD(?)'
Signature
public function setCredential(string
$credential )
Parameters
$credential
— string
Returns
- Zend_Auth_Adapter_DbTable
- Provides a fluent interface