-- SteveWilhelm <[EMAIL PROTECTED]> wrote
(on Wednesday, 06 August 2008, 09:59 PM -0700):
> 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.

Actually, those slides were based on a sample application I've been
writing, and you can read a little more about it here, as well as
download the code that formed the basis for it:

    http://weierophinney.net/matthew/archives/179-DPC08-Wrapup.html

Note that the code is incomplete, though the basics _do_ work (it's
unstyled, and I have not completed all functionality). It does include
the ACLs and Auth examples you requested, however.


> 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.
> 

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to