Skip to content

Instantly share code, notes, and snippets.

@braulioholtz
Created May 5, 2014 02:40
Show Gist options
  • Save braulioholtz/80dcf3305300c22afd03 to your computer and use it in GitHub Desktop.
Save braulioholtz/80dcf3305300c22afd03 to your computer and use it in GitHub Desktop.
cliente.php - model
public $hasAndBelongsToMany = array (
'opcoes_clientes' => array (
'className' => 'opcoes' ,
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment