View Single Post
  #2 (permalink)  
Old 04-22-2008, 03:08 PM
Ewok's Avatar
Ewok Ewok is offline
Junior Member
 
Join Date: Mar 2008
Location: Colorado SPrings
Posts: 16
Send a message via MSN to Ewok Send a message via Yahoo to Ewok
Default

PHP Code:
        $auth Zend_Auth::getInstance(); 
        if (!
$auth->hasIdentity()) { 
            
$this->_redirect('/auth/login'); 
        } 
That's how I handle it. Hope it helps.
__________________
Give all victory and gain to others
Take all defeat and loss upon yourself
Reply With Quote