ZF Authentication
I was going to look at storing content to the database having done collection of data from the database. However, in trying to that, it became obvious that I need to look at logging in too. Looking at authentication first I decided to approach it using the Front Controller's Plugin system. However, having got half way into the implementation, I'm not convinced. Ideally you need finer control and only request for logging for specific controllers… continue reading.