Skip to content

Instantly share code, notes, and snippets.

@braulioholtz
Last active August 29, 2015 14:00
Show Gist options
  • Save braulioholtz/5124f9abc05233e49bc7 to your computer and use it in GitHub Desktop.
Save braulioholtz/5124f9abc05233e49bc7 to your computer and use it in GitHub Desktop.
ClientesController.php - Hasmany
public $hasMany = array(
'opcoes_clientes' => array (
'className' => 'Opcoes_clientes',
'unique' => false
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment