Re: Use Multiple Two Database's Tables In Single Controller...

2007-11-01 Thread Gk
Hi, http://groups.google.com/group/cake-php/browse_thread/thread/eacfade1d52c9071/f5e3c395037043b3 read above URL. Thanks. On Oct 31, 3:35 pm, Daivat <[EMAIL PROTECTED]> wrote: > Hi, > > I have one major problem for that i am not getting the proper > solution. > > I need to use two different t

Re: Use Multiple Two Database's Tables In Single Controller...

2007-10-31 Thread Grant Cox
Are you sure you haven't made any other changes to your cake install? I've used multiple databases before with no problem - just define the two connections in your /app/config/database.php , then set the appropriate $useDbConfig in the models. The only issue is that with MySQL the two connections

Re: Use Multiple Two Database's Tables In Single Controller...

2007-10-31 Thread Claudia
Maybe this helps? http://groups.google.com/group/cake-php/browse_thread/thread/eacfade1d52c9071/f5e3c395037043b3 Good luck Claudia On Oct 31, 11:35 am, Daivat <[EMAIL PROTECTED]> wrote: > Hi, > > I have one major problem for that i am not getting the proper > solution. > > I need to use two dif

Use Multiple Two Database's Tables In Single Controller...

2007-10-31 Thread Daivat
Hi, I have one major problem for that i am not getting the proper solution. I need to use two different tables in a single controller, but both tables are from two different databases. my database.php is as below: class DATABASE_CONFIG { var $default = array('driver' => 'mysql',