예제 #1
0
파일: DateTime.php 프로젝트: rtsantos/mais
 public function render()
 {
     $params = array();
     $params['paramDate'] = $this->getAttrib('propDate')->getAttrib('jQueryParams');
     $params['paramTime'] = $this->getAttrib('propTime')->getAttrib('jQueryParams');
     $this->setJQueryParams($params);
     return parent::render();
 }
예제 #2
0
파일: Seeker.php 프로젝트: rtsantos/mais
 /**
  * 
  * @param Zend_View_Interface $view
  * @return string
  */
 public function render(Zend_View_Interface $view = null)
 {
     $this->setJQueryParams($this->jQueryParams());
     return parent::render($view);
 }