J'ai suivi cet atelier très intéressant de Julien Pauli, mais j'ai une erreur au niveau de l'actionStack
le code suivant $actionStack->actionStack('footer', 'index');
me lance l'erreur suivante:
Fatal error: Call to undefined method Zend_Controller_Action_Helper_ActionStack::actionStack() in E:\wamp\www\zfTestLayout\index.php on line 46

J'ai cherché dans pas mal de forum, mais j'ai rien trouvé ... Si quelqu'un pouvait m'aider, je le remercie d'avance.

Pour info, j'utilise Zend Framework 1.5.0 Preview Release 2008-01-28

Epok