
Featured
- 
            
              Cakephp - Using Config.phpWe can use config.php in cakephp to define const by harneet.sethi
- 
            
              Multiple -Language website USING InternationalizationAND LocaleHii friends, Many of you when you will start ma by gaurav.singh
- 
            
              Fetch feeds from youtube in drupal 7HTML parser and can fetch data from existing URLs. by rashi.goyal
- 
            
              Delete files from folder in cakephp 2.XIf anyone wants to delete file from the folder ca by rashi.goyal
- 
            
              how to set a custom message using form_alter in DrupalAt times we need to change the message that is dis by rashi.goyal
Tags
Cakephp - Using multiple database
                      Many a times we need use multiple database as per the domain or some other reason . We can easily achieve it with the following code in cakePhp.
Write the following code in app->config->database.php
class DATABASE_CONFIG {
    publ... 
                       
        
        
