On Wed, Dec 10, 2008 at 2:29 PM, Joel Perras <[EMAIL PROTECTED]> wrote:
>
> Create a model for your join table.

Actually, I had that (and a controller), but it wasn't doing anything,
so maybe that's my issue:

<?php
class NavMenuItemsNavMenus extends AppModel {

        var $name = 'NavMenuItemsNavMenus';

}
?>

If NavMenu and NavMenuItem HABTM of each other, what relationship - if
any - should I define for the join? Anything?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to