Re: how to save HABTM data

2006-07-26 Thread bkuhns || (crash)
Well i figured out why cake was trying to query from a table that doesn't exist. But it's unrelated to my HABTM issue. The query debugging info now looks like this: 2 queries took 0 ms Nr Query Error AffectedNum. rows Took (ms) 1 SELECT id FROM comments ORDER BY id DESC

how to save HABTM data

2006-07-26 Thread bkuhns || (crash)
I've searched around looking for HABTM saving solutions, but for the last few days I can't seem to get this working... For my blog, I already had "Posts" and "Comments" set up with controller logic and model associations for "Posts has many comments". I wanted to make it so one "comments" table c