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

Source for file Default.php

Documentation is available at Default.php

  1. <?
  2. /**
  3. * The Default resource file.
  4. * Setup of the Default DB system constants
  5. * This file must be included after the Define.php
  6. *
  7. * @package db
  8. * @filesource
  9. * @see HTML_DB_RESOURCE_PATH/Default.php
  10. * @copyright (c) http://Finn-Rasmussen.com
  11. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  12. * @author http://Finn-Rasmussen.com
  13. * @version 1.9
  14. * @since 21-oct-2005
  15. */
  16.  
  17. /**
  18. * Default Database Prefix to use. You MUST update files accordingly
  19. * @global DEFAULT_DATABASE_PREFIX Default Database Prefix to use
  20. */
  21. define('DEFAULT_DATABASE_PREFIX','demo_');
  22.  
  23. /**
  24. * @global DEFAULT_ROLE_TYPE Default Role Type and Name
  25. */
  26. define('DEFAULT_ROLE_TYPE',ROLE_TYPE_BROWSE);
  27. define('DEFAULT_ROLE_NAME',ROLE_NAME_BROWSE);
  28. ?>

Documentation generated on Thu, 22 Dec 2005 17:05:46 +0100 by phpDocumentor 1.3.0RC3