Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. class VivasIndustries_MassCustomStatusses_IndexController extends Mage_Adminhtml_Controller_Action
  4. {
  5.  
  6. public function IndexAction()
  7. {
  8. // Update status here
  9. // Can fetch selected items with $this->getRequest()->getParam()
  10.  
  11. die('Looks like it works');
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement