A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: zend_auth

Zend Framework Zend_Auth and a Plugin to Check Access to a Page

I have written this simple user authentication and user access privilege plugin in one of my Web Apps. First, in my AuthController, I have something like this: public function loginAction() { try { if ($this->_request->isPost()) { // collect the data … Continue reading

Posted in General | Tagged , | 9 Comments