Matthew, Thank you for the slides. I find Zend very useful and powerful.
Unfortunately, the slides seem to be another example of how Zend provides incomplete snippets of code in its documentation in lieu of a simple, complete working example that includes the major components (MVC, DB, and Auth/Acl/Session) necessary for any web-based application. - Steve W. Matthew Weier O'Phinney-3 wrote: > > -- SteveWilhelm <[EMAIL PROTECTED]> wrote > (on Wednesday, 06 August 2008, 03:09 PM -0700): >> Steven, >> >> Did you ever find a good example. I am looking for one as well. > > You might want to look at my ZF workshop slides from the Dutch PHP > Conference: > > http://www.slideshare.net/weierophinney/zend-framework-workshop/ > > They provide some basics on Zend_Auth and Zend_Acl and how to persist > identity and check rights per request. > >> Truppe Steven wrote: >> > >> > >> > i'm searching for a full example that shows how all these core >> > components (Zend_Auth, Zend_Acl and Zend_Session) work together in an >> > working example. >> > >> > most tutorials seems out dated. >> > >> > I want to save the acl and the username/password in a mysql table with >> > digest authentication, because this seems to be the most secure way, so >> > there is no password send in cleartext. >> > >> > i hope there is a demo application for this. > > -- > Matthew Weier O'Phinney > Software Architect | [EMAIL PROTECTED] > Zend Framework | http://framework.zend.com/ > > -- View this message in context: http://www.nabble.com/is-there-an-example-application-for-Zend_Auth---Zend_Acl---Zend_Session----tp12353860p18864100.html Sent from the Zend Framework mailing list archive at Nabble.com.
