app/Config/bootstrap.php:
CakePlugin::load('MyPlugin', array('bootstrap'=>true));

MyPlugin/Config/bootstrap.php:

$custom = array(
        'datasource' => 'Database/Mysql',
        'encoding' => 'utf8',
        'persistent' => false,
        'host' => 'localhost',
        'login' => 'root',
        'password' => '',
        'database' => 'test',
        'prefix' => '',
    );

App::uses('ConnectionManager', 'Model');
ConnectionManager::create('custom', $custom);




-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to