Te dejo dos referencias
http://weierophinney.net/matthew/arc...Framework.html y esta algo mas avanzada
http://weierophinney.net/matthew/arc...e-Widgets.html, te comento
abimaelrc que es recomendación de Zend, inicializar la sesión en el bootstrap, deberías tener algo así:
Código PHP:
Ver originalprotected function _initSession()
{
Zend_Session::start();
}
te evita problemas cuando utilices los namespaces.
Saludos.