Ben iyi çalışıyor ama benim sorunum benim kodudur diğer denetleyici başka bir eylemden bir kısmı özelliğini değiştirmek istiyorum zend kimlik doğrulaması kullanarak oturum yaptı:
$auth = Zend_Auth::getInstance();
if($auth->hasIdentity()) {
$blogId = new model_blog request;
$auth->getIdentity()->user_current_blog = $blogId;
print "Current Blog";
print_r($auth->getIdentity()->user_current_blog);
}
in this action user_current_blog change but in other action it not works!!! where I made a mistake???