I am running into a strange issue when I've got the following model
structure:

User:
Has_Many: Projects
HABTM: Projects

Projects:
Belongs_To: User
HABTM: Users

So...everything works fine.  When I create a new project and select
multiple users they are indeed associated with the project as is the
correct user who "owns' the project as per the Belongs_To model
relationship.

However...

In the scaffolded view I get a really strange result that the SQL
query doesn't actually generate when I run it in SQL...

I get a really bizarre output in the Related Users.  Here's a
screenshot: http://www.keithmedlin.com/habtm_error.png

Any idea on why I've got what looks like a normal array rendering
pretty garbled?

I've run the SQL from the debug mode and the output looks exactly like
I expect it should look with the 2 users Rich & Lisa associated with
the document properly.

Thank you in advance for any help you might be able to provide!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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