To connect to table Animals I write:
$model = new Model_DbTable_Animals();

In documentation:
http://framework.zend.com/manual/en/zend.auth.html
I have:
$authAdapter = new Zend_Auth_Adapter_DbTable(
    $dbAdapter,
    'users',
    'username',
    'password'
);


But I don't have dbAdapter so what I should do ?

-- 
View this message in context: 
http://www.nabble.com/I-don%27t-have-dbAdapter-so-how-can-I-create-authentication---tp25530253p25530253.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to