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

Source for file Define.php

Documentation is available at Define.php

  1. <?
  2. /**
  3. * The Table Define resource file.
  4. * Defines the Table system constants for the myPHP System
  5. * This file must be included before all other includes.
  6. *
  7. * @package table
  8. * @filesource
  9. * @see HTML_TABLE_RESOURCE_PATH/Define.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. * @global REQUEST_SKELETON_SHOW The Skeleton Request Parameter
  19. */
  20. define('REQUEST_SKELETON_SHOW', 'tableSKELETON_SHOW');
  21.  
  22. /**
  23. * @global SKELETON_XYZ The Skeleton Setup
  24. */
  25. define('SKELETON_TEXT' , '');
  26. define('SKELETON_WIDTH', '100%');
  27. define('SKELETON_CLASS', 'skeletonNONE');
  28. define('SKELETON_BORDER', '0');
  29. define('SKELETON_CELL_PADDING', '7');
  30. define('SKELETON_CELL_SPACING', '0');
  31.  
  32. /**
  33. * Choose, which Skeleton components to show
  34. * i.e. $layout = SKELETON_SHOW_ALL
  35. * @global SKELETON_SHOW_XYZ The Skeleton to Show
  36. */
  37. define('SKELETON_SHOW_NONE' , 0x0001);
  38. define('SKELETON_SHOW_ALL' , 0xFFFF);
  39. define('SKELETON_SHOW_LEFT' , 0x0002);
  40. define('SKELETON_SHOW_CENTER', 0x0004);
  41. define('SKELETON_SHOW_RIGHT' , 0x0008);
  42. define('SKELETON_SHOW_TEASER_LEFT' , 0x0020);
  43. define('SKELETON_SHOW_TEASER_CENTER', 0x0040);
  44. define('SKELETON_SHOW_TEASER_RIGHT' , 0x0080);
  45.  
  46. $DEFINE_SKELETON_SHOW =
  47. array(
  48. 'ARRAY_NAME'=>'$DEFINE_SKELETON_SHOW',
  49. 'SKELETON_SHOW_LEFT'=>SKELETON_SHOW_LEFT,
  50. 'SKELETON_SHOW_CENTER'=>SKELETON_SHOW_CENTER,
  51. 'SKELETON_SHOW_RIGHT'=>SKELETON_SHOW_RIGHT,
  52. 'SKELETON_SHOW_TEASER_LEFT'=>SKELETON_SHOW_TEASER_LEFT,
  53. 'SKELETON_SHOW_TEASER_CENTER'=>SKELETON_SHOW_TEASER_CENTER,
  54. 'SKELETON_SHOW_TEASER_RIGHT'=>SKELETON_SHOW_TEASER_RIGHT,
  55. );
  56. ?>

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