phpDocumentor table
[ class tree: table ] [ index: table ] [ 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 table
  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_TABLE_PAGE_PATH.'/CssTable.php'); // The Table CSS
  22. CssTable::display();
  23.  
  24. require_once(HTML_TABLE_PAGE_PATH.'/Skeleton.php'); // The myPHP Skeleton TagLib
  25. Skeleton::display('Skeleton','','','1');
  26.  
  27. require_once(HTML_TABLE_COMPONENT_PATH.'/Table.php'); // The myPHP Table TagLib
  28. require_once(HTML_TABLE_COMPONENT_PATH.'/TableHeader.php');
  29. require_once(HTML_TABLE_COMPONENT_PATH.'/Tr.php');
  30. require_once(HTML_TABLE_COMPONENT_PATH.'/Th.php');
  31. require_once(HTML_TABLE_COMPONENT_PATH.'/Td.php');
  32. Table::display('Table','','','1');
  33. TableHeader::display('The Table header','','','1');
  34. Tr::display();
  35. Th::display();
  36. Td::display();
  37. ?>

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