Missing Database Table Error

2009-08-17 Thread fightinggeek
I get this error when I try to load the scaffold view. I have tables called artists and comics in the comic database and models call artist.php and comic.php. i have no idea what I'm doing wrong. Missing Database Table Error: Database table artists_comics for model ArtistsComic was not found.

CakePHP multiple hasone relations issue

2009-08-17 Thread fightinggeek
I'm trying to create a page for organizing comic books. One table needs to have multiple hasone relations and I can't figure out how to do it. Any help would be appreciated. Here's what I have so far: -- View this message in context: http://www.nabble.com/CakePHP-multiple-hasone-relations-i