phpDocumentor GloryLands
[ class tree: GloryLands ] [ index: GloryLands ] [ all elements ]

Source for file general.default.php

Documentation is available at general.default.php

  1. <?php
  2. return array(
  3.     
  4.     'database' => array(
  5.     
  6.         'jet' => 'mysql',
  7.         'config' => array(
  8.             
  9.             'DATABASE' => 'gloo',
  10.             'HOST' => 'localhost',
  11.             'USER' => 'gloo',
  12.             'PASSWORD' => 'gloo',
  13.             'PRESISTENT' => true
  14.             
  15.         )
  16.     
  17.     )
  18.     
  19. );
  20. ?>

Documentation generated on Tue, 13 Oct 2009 23:48:55 +0300 by phpDocumentor 1.4.1