Skip to content

Instantly share code, notes, and snippets.

@muriloazevedo
Last active December 17, 2015 10:29
Show Gist options
  • Save muriloazevedo/5595236 to your computer and use it in GitHub Desktop.
Save muriloazevedo/5595236 to your computer and use it in GitHub Desktop.
Como colocar um campo HBTM na view, no CakePHP. Dessa maneira, o framework se encarrega de salvar as relações sem maiores problemas.
<?php echo $this->Form->input('Phone.number', array('name'=> 'data[Phone][User][]', 'label' => false, 'div' => false, 'type' => 'checkbox', 'value' => $key, 'hiddenField' => false)) ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment