Friday, August 9, 2013

Php Zend Login Authenticate Check

// Nazmus Sakib

$request = $this->getRequest();
            $auth = Zend_Auth::getInstance();
            if(!$auth->hasIdentity()){
                $this->_redirect('/index/loginform');
            }

No comments:

Post a Comment