Guest User

Untitled

a guest
May 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.36 KB | None | 0 0
  1.     echo $this->Form->create('Firm', array('url' => array('controller' => 'firms', 'action' => 'setcategories')));
  2.     echo $this->Form->input('Firm.id', array('type' => 'hidden', 'value' => $firm['Firm']['id']));
  3.     echo $this->Form->input('Category', array('type' => 'select', 'multiple' => 'checkbox', 'options' => $categories));
  4.     echo $this->Form->end('Speichern');
Add Comment
Please, Sign In to add comment