Multiple belongsTo relations to the same table fails

2009-09-22 Thread Laran Evans
This is the error I get: Missing Database Table Error: Database table to_users for model ToUser was not found. Here's the code that prompts it: ?php class Mail extends AppModel { var $actsAs = array('Containable'); var $name = 'Mail'; var $validate = array(

Re: Multiple belongsTo relations to the same table fails

2009-09-22 Thread Amit Rawat
check your model User what is the table name that you have define in it. --~--~-~--~~~---~--~~ 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