News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Lee Blue's Blog:
How To Implement A Ruby on Rails style before_filter With The PHP Zend Framework
February 04, 2008 @ 14:36:00

Lee Blue has posted something looking to bridge yet another gap between Ruby on Rails and PHP - a method for adding before_filter functionality to PHP.

I often use this when implementing a simple login screen for a password protected section of my application. In a Zend Framework application you can implement a preDispatch() function in a Zend_Controller_Action which will run before an action is dispatched. This lets you setup your filter to check to see if the visitor is logged in or not. If the visitor is not logged in, you can redirect them to the login screen of your application.

He includes example code to show its usefulness - checking to see two things: is a user is logged in and to see if they're allowed to use a certain resource.

0 comments voice your opinion now!
rubyonrails zendframework beforefilter user access permission



Similar Posts

Atlanta PHP Users Group: March \'06 Meeting Podcast and Slides

Jackson Miller's Blog: Ruby on Rails Killer?

Developer.com: Authenticating Users with OpenID and the Zend Framework

Rob Allen's Blog: Simple Zend_Layout Example

Rob Allen's Blog: ID!=id (Zend Framework Tutorial Updates)


Community Events







Don't see your event here?
Let us know!


security book conference developer example release job code releases zendframework package mysql cakephp application ajax PEAR zend PHP5 database framework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework