Zend Framework  3.0
List of all members
DbTable Class Reference

Additional Inherited Members

- Public Member Functions inherited from CredentialTreatmentAdapter
 __construct (DbAdapter $zendDb, $tableName=null, $identityColumn=null, $credentialColumn=null, $credentialTreatment=null)
 __construct() - Sets configuration options
 
 setCredentialTreatment ($treatment)
 setCredentialTreatment() - allows the developer to pass a parametrized string that is used to transform or treat the input credential data.
 
- Protected Member Functions inherited from CredentialTreatmentAdapter
 authenticateCreateSelect ()
 _authenticateCreateSelect() - This method creates a Zend object that is completely configured to be queried against the database.
 
 authenticateValidateResult ($resultIdentity)
 _authenticateValidateResult() - This method attempts to validate that the record in the resultset is indeed a record that matched the identity provided to this adapter.
 
- Protected Attributes inherited from CredentialTreatmentAdapter
 $credentialTreatment = null
 

Detailed Description

Deprecated: