function init()
 {
     parent::init();
     $social = HTS_Api::getInstance()->getSocialPlugin();
     $name = $social->getName();
     $viewPath = HTS_PATH . '/' . $name . '/views/scripts/' . strtolower($name);
     $view = $this->getView();
     $view->addScriptPath($viewPath);
     $this->setMultiOptions($social->getPageList());
     $this->setDecorators(array(array('ViewScript', array('viewScript' => 'loadFanpages.phtml'))));
 }
Example #2
0
 public function init()
 {
     parent::init();
     $this->addPrefixPath('Form_Decorator', 'Form/Decorator', Zend_Form::DECORATOR);
 }