示例#1
0
 public function _prepareLayout()
 {
     parent::_prepareLayout();
     $pager = $this->getLayout()->createBlock('page/html_pager', 'rewardsref.referral')->setCollection($this->getReferred());
     $this->setChild('pager', $pager);
     return $this;
     //return parent::_prepareLayout();
 }
示例#2
0
 public function _prepareLayout()
 {
     return parent::_prepareLayout();
 }