Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. echo $this->Form->select('status',
  2. ['empty' => 'Select Status'],
  3. ['class' => 'form-control', 'required']
  4. );
  5.  
  6. $options = array('0' => 'Inactive',
  7. '1' => 'Active',
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement