I'm learning Zend Framework, but I have some doubts about the usage and the concepts.
I want to check if the user is logged to allow access to all the pages. If it is, show the page, if not, display the login the page.
My main doubts are what I need to use to do this (Zend_Auth, Zend_Acl, etc) and where to check if the user is logged (in each controller or the framework automatically checks this for each requisition).