public function init()
 {
     parent::init();
     $this->_SESSION = new Zend_Session_Namespace();
     $facebook = new Ishali_Facebook();
     $idpage = $facebook->getpageid();
     if (isset($idpage)) {
         $_SESSION['idpage'] = $idpage;
     }
 }
 public function init()
 {
     parent::init();
     $this->_SESSION = new Zend_Session_Namespace();
 }
 public function init()
 {
     parent::init();
 }