Thanks for the tips. I have thought of an idea though, I could make 2 new controller classes that extend Zend_Controller_Action (admin and public). With the public action controller I could use predispatch to load a navigation model so it would be globally available to all views. Likewise in the admin action controller I could use predispatch to ensure the user is authorized.
Has anyone else used a method like this? -- View this message in context: http://www.nabble.com/Admin-Section---Navigation-tf3763620s16154.html#a10654171 Sent from the Zend Framework mailing list archive at Nabble.com.
