Multiple database connections in CakePHP 2.1 can't works

2012-02-11 Thread yodi aditya
Hello all, I've download fresh CakePHP 2.1 and try to make multiple database connections. Here are my configuration : Config/default.php : ?php class DATABASE_CONFIG { public $default = array( 'datasource' = 'Database/Mysql', 'persistent' = false,

Re: Multiple database connections in CakePHP 2.1 can't works

2012-02-11 Thread Anja Liebermann
Am 11.02.2012 12:16, schrieb yodi aditya: public $useTable = false; this is false: public $useTable = false; You should put the table name without prefix there. Anja -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site