Advancing My First Zend App, Part 2
Now it's time to build an authentication system for our application, so that we have public stuff for browsing while all the add/edit/delete functions are secured. There are of course a variety of ways to authenticate users and Zend has adapters for several popular ones including DB, the somewhat antiquated […]