Hi,
i am new in ZF, i am trying to make login with Zend_Acl en Zend_Auth. But i am confiused with 2 difrent tutorials and i dont understand what r the difrentses between.
First of all i try it the tutorial from akrabat website
Akra’s DevNotes Tutorial: Getting Started with Zend_Auth wich it uses a difrent way of Zend_Auth with Zend_Auth_Adapter_DbTable.
Then i found this tutorial
Using ADODB with Zend_Auth and Zend_Auth_Adapter - Hello World - by Jani
and it uses a method authenticate() without a Controller,loginAction. But how can i specify a View to this authenticate() methode?
greets,
Alix