
Public Member Functions | |
| viewAction () | |
Definition at line 35 of file ShippingController.php.
| viewAction | ( | ) |
Definition at line 37 of file ShippingController.php.
00038 { 00039 $params = $this->getRequest()->getPost(); 00040 var_dump($params); 00041 $this->loadLayout(); 00042 $this->renderLayout(); 00043 }
1.5.8