Two database, different servers.. How to use and connect my model and controller?

2009-06-23 Thread Louie Miranda
Guys I have two database servers. 192.168.1.1 -- db1 192.168.1.2 -- db2 My database.php configuration is.. var $default = array( 'driver' = 'mysql', 'persistent' = false, 'host' = '192.168.1.1', 'login' = 'one', 'password' = 'one', 'database'

Re: Two database, different servers.. How to use and connect my model and controller?

2009-06-23 Thread Miles J
http://book.cakephp.org/view/71/Model-Attributes var $useDbConfig = 'pdfproofing'; --~--~-~--~~~---~--~~ 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

Re: Two database, different servers.. How to use and connect my model and controller?

2009-06-23 Thread Louie Miranda
Thanks a lot! Exactly what I am looking for. -- Louie Miranda (lmira...@gmail.com) http://www.louiemiranda.net Quality Web Hosting - www.axishift.com Pinoy Web Hosting, Web Hosting Philippines On Tue, Jun 23, 2009 at 4:50 PM, Miles J mileswjohn...@gmail.com wrote: