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

Source for file index.php

Documentation is available at index.php

  1. <?
  2. /**
  3. * The index.php.
  4. * The main entry for a browser request
  5. *
  6. * @package component
  7. * @filesource
  8. * @see index.php
  9. * @copyright (c) http://Finn-Rasmussen.com
  10. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  11. * @author http://Finn-Rasmussen.com
  12. * @version 1.9
  13. * @since 21-oct-2005
  14. */
  15.  
  16. /**
  17. * The required files
  18. */
  19. require_once($_SERVER['DOCUMENT_ROOT'].'/initialize.php');
  20.  
  21. require_once(HTML_BASE_PAGE_PATH.'/CssBase.php'); // The Base CSS
  22. CssBase::display();
  23.  
  24. require_once(HTML_COMPONENT_PAGE_PATH.'/Imagerotator.php');
  25. Imagerotator::display();
  26.  
  27. require_once(HTML_COMPONENT_PAGE_PATH.'/Rejseplanen.php');
  28. Rejseplanen::display(CONTACT_ADDRESS);
  29.  
  30. require_once(HTML_COMPONENT_PAGE_PATH.'/Domains.php');
  31. $domains = array(
  32. 'krusechristensen.dk',
  33. 'kruse-christensen.dk',
  34. );
  35. Domains::display($domains);
  36.  
  37. ?>

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