News Feed
Sections

News Archive


Community Events






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


feed this:

Lee Blue's Blog:
How To Implement A Ruby on Rails style before_filter With The PHP Zend Framework
0 comments :: posted Monday February 04, 2008 @ 14:36:00
voice your opinion now!

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.

tagged with: rubyonrails zendframework beforefilter user access permission



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

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