phpDocumentor tab
[ class tree: tab ] [ index: tab ] [ 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 tab
  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. require_once(HTML_TAB_PAGE_PATH.'/CssTab.php'); // The Tab CSS
  23. CssBase::display();
  24. CssTab::display();
  25.  
  26. require_once(HTML_TAB_PAGE_PATH.'/Tab.php');
  27. require('menutab.php');
  28. //$requestTab = !empty($_GET[REQUEST_TAB])?$_GET[REQUEST_TAB]:'0';
  29. Tab::display($tabmenuLinks /*,$requestTab*/ );
  30.  
  31. require_once(HTML_TAB_PAGE_PATH.'/TabBody.php');
  32. TabBody::start();
  33.  
  34. require_once(HTML_TAB_PAGE_PATH.'/Index.php');
  35. require('menuindex.php');
  36. Index::display($indexmenuLinks);
  37.  
  38. TabBody::end();
  39. ?>

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