Example #1
0
 public function __construct($options = null)
 {
     Zmz_Form_Initialize::init($this);
     $jqueryHelper = new ZendX_JQuery_View_Helper_JQuery();
     $this->_jquery = $jqueryHelper->jQuery();
     parent::__construct($options);
 }
Example #2
0
 public function __construct($options = null)
 {
     Zmz_Form_Initialize::init($this);
     parent::__construct($options);
 }