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
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
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
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',