Help for this page

Select Code to Download


  1. or download this
    [db]
    user = bob
    pass = pass
    
  2. or download this
    $config->val('db','user');
    
  3. or download this
    $config->define('db');
    $config->get('db_user');