Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. public function getGridUrl()
  2. {
  3. return $this->getUrl('*/*/grid', array('_current'=>true));
  4. }
  5.  
  6. public function gridAction()
  7. {
  8. $this->loadLayout();
  9. $this->getResponse()->setBody(
  10. $this->getLayout()->createBlock('{Namespace}/adminhtml_{Module}/grid')->toHtml()
  11. );
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement