Sophie

Sophie

distrib > Mageia > 4 > i586 > by-pkgid > 09542ae2a73a111b0d8f15faba81ab6d > files > 11

ezcomponents-Configuration-1.3.5-3.mga4.noarch.rpm

<?php
return array (
  'settings' => 
  array (
    'site' => 
    array (
      'title' => 'Example site',
    ),
    'db' => 
    array (
      'host' => 'localhost',
      'user' => 'root',
      'password' => 42,
      'connection_retries' => 'five',
    ),
  ),
  'comments' => 
  array (
    'site' => 
    array (
      '#' => ' Settings for the site itself',
    ),
    'db' => 
    array (
      '#' => ' Database settings used for all connections',
      'password' => ' Storing passwords in INI files is not a good idea,
 is it?',
    ),
  ),
);
?>