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

Source for file myphp-configuration.php

Documentation is available at myphp-configuration.php

  1. <?
  2. /**
  3. * The myPHP Configuration file.
  4. * Include the Configuration resources for all packages for this site
  5. * <code>
  6. * require_once(HTML_BASE_RESOURCE_PATH.'/Configuration.php');
  7. * require_once(HTML_COMPONENT_RESOURCE_PATH.'/Configuration.php');
  8. * require_once(HTML_MENU_RESOURCE_PATH.'/Configuration.php');
  9. * require_once(HTML_TAB_RESOURCE_PATH.'/Configuration.php');
  10. * require_once(HTML_LAYOUT_RESOURCE_PATH.'/Configuration.php');
  11. * require_once(HTML_UTIL_RESOURCE_PATH.'/Configuration.php');
  12. * require_once(HTML_DB_RESOURCE_PATH.'/Configuration.php');
  13. * require_once(HTML_BASKET_RESOURCE_PATH.'/Configuration.php');
  14. * </code>
  15. * @package myPHP
  16. * @filesource
  17. * @see PORTAL_PATH.CURRENT_MYPHP_VERSION/myphp-configuration.php
  18. * @copyright (c) http://Finn-Rasmussen.com
  19. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  20. * @author http://Finn-Rasmussen.com
  21. * @version 1.9
  22. * @since 21-oct-2005
  23. */
  24.  
  25. /**
  26. *
  27. */
  28. if (defined('HTML_BASE_RESOURCE_PATH')) {
  29. require_once(HTML_BASE_RESOURCE_PATH.'/Configuration.php');
  30. }
  31. if (defined('HTML_COMPONENT_RESOURCE_PATH')) {
  32. require_once(HTML_COMPONENT_RESOURCE_PATH.'/Configuration.php');
  33. }
  34. if (defined('HTML_MENU_RESOURCE_PATH')) {
  35. require_once(HTML_MENU_RESOURCE_PATH.'/Configuration.php');
  36. }
  37. if (defined('HTML_TAB_RESOURCE_PATH')) {
  38. require_once(HTML_TAB_RESOURCE_PATH.'/Configuration.php');
  39. }
  40. if (defined('HTML_LAYOUT_RESOURCE_PATH')) {
  41. require_once(HTML_LAYOUT_RESOURCE_PATH.'/Configuration.php');
  42. }
  43. if (defined('HTML_UTIL_RESOURCE_PATH')) {
  44. require_once(HTML_UTIL_RESOURCE_PATH.'/Configuration.php');
  45. }
  46. if (defined('HTML_DB_RESOURCE_PATH')) {
  47. require_once(HTML_DB_RESOURCE_PATH.'/Configuration.php');
  48. }
  49. if (defined('HTML_BASKET_RESOURCE_PATH')) {
  50. require_once(HTML_BASKET_RESOURCE_PATH.'/Configuration.php');
  51. }
  52. ?>

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