Hi, I'm creating a login form which will sit on each page until the user has logged in. Are action view helpers appropriate for this? The problem I encountered is that if the form is displayed (i.e. a user is logged in) I want to append a script to headScript in the view, but because I'm using an action view helper I don't have access to the 'global' view, just that action request view. Should I be looking to create a view helper instead ?
Thanks. -- View this message in context: http://www.nabble.com/Login---Action-view-helper---tp25150300p25150300.html Sent from the Zend Framework mailing list archive at Nabble.com.
