Skip to content

Instantly share code, notes, and snippets.

@LubosRemplik
Created August 29, 2012 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LubosRemplik/3511858 to your computer and use it in GitHub Desktop.
Save LubosRemplik/3511858 to your computer and use it in GitHub Desktop.
public $hasAndBelongsToMany = array(
'ColorWheel' => array(
'className' => 'Color'
),
'ColorWheelRange' => array(
'className' => 'Color'
)
);
colors_wheels, colors_wheel_ranges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment