sathyashrayan

add.phtml

Mar 25th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. <?php
  2. $form = $this->form;
  3. $form->prepare();
  4.  
  5. $form->setAttribute('method', 'post');
  6. $formLabel = $this->plugin('formLabel');
  7. echo $this->form()->openTag($form);
  8. $name = $form->get('attribute_type');
  9. print_r($name);
  10. ?>
Add Comment
Please, Sign In to add comment