Re: Zend_Acl / Zend_Auth example scenario
I this a lot; there are a lot of good ideas in there. It seems to me like it
plays nice with the MVC framework. Personally, I think it would be a good start
for Gavin's tutorial. :)
I think for doing forms-based authentication, this is exactly what you'd want to
do. At the moment, I'm still parsing through this trying to figure how to apply
it to HTTP Authentication. If I figure it out, I might update the HTTP
Authentication Auth adapter to better fit this set up.
Regards,
Bryce Lohr
Simon Mundy wrote:
> Hi there all
>
> After submitting the initial example of how Zend_Auth and Zend_Acl could
> be implemented Gavin pointed out areas that weren't really addressed in
> my proof of concept and it could potentially confuse newcomers to the
> way MVC is utilised. I'd like to clarify that post to a) Address those
> concerns and b) see if there's any constructive criticism of the process
> that could benefit everyone.