I found nothing about Zend Action Controller lifecycle. Is it instanciated for each action request ? Is it stateless?
I tried to persist a Zend_Form object in an action controller attribute but it seems that it becomes null as I perform another action in my controller.
Thanks for replying