Re: Multiple Databases Model Relationship

2012-01-06 Thread robbie
I found my problem. The Employee table didn't have values for the Job table. The error was because the links were absent for certain records. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org

Multiple Databases Model Relationship

2012-01-04 Thread robbie
are identical. As far as I know, the only difference is the change of $useDbConfig. Any help on how to resolve this? thanks robbie -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

Re: CakePHP models with multiple tables

2011-12-28 Thread robbie
Thanks for the help. You know, I read that section so many times, but couldn't figure out how to make it work right. Then I tried it using scaffolding and it works perfectly. So, now I have to figure out how to do the same without scaffolding. -- Our newest site for the community: CakePHP

CakePHP models with multiple tables

2011-12-27 Thread robbie
this is what I want. Maybe there is some concept I'm missing that would make this unnecessary. Hopefully this makes sense. Any help or advice is greatly appreciated. robbie -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions

App Controller Fails to Load

2008-06-02 Thread robbie
^$/app/webroot/[L] RewriteRule(.*) /app/webroot/$1[L] If I do not include the slash prior to app it generates a 500 server error. If anyone has any suggestions, I would greatly appreciate it. I have been pulling my hair out for the last few days. Thanks again, Robbie