HosipLan

Untitled

Aug 11th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     public function buyItemFormSubmited($form)
  2.     {
  3.         $id = $form->name;
  4.         $quantity = $form->values->quantity;
  5.  
  6.         dump($id, $quantity); exit;
  7.     }
Advertisement
Add Comment
Please, Sign In to add comment