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

Source for file Define.php

Documentation is available at Define.php

  1. <?
  2. /**
  3. * The Define resource file.
  4. * Defines the Show Source system constants for the myPHP System
  5. * This file must be included before all other includes.
  6. *
  7. * @package showsource
  8. * @filesource
  9. * @see HTML_SHOW_SOURCE_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_SHOW_SOURCE_CODE The Request Show Source Code Parameter
  19. */
  20. define('REQUEST_SHOW_SOURCE_CODE' , 'showsourceCODE');
  21.  
  22. /**
  23. * @global REQUEST_SHOW_SOURCE_PATH Request parameters for Path
  24. */
  25. define('REQUEST_SHOW_SOURCE_PATH', 'showsourceCODE_PATH');
  26.  
  27. /**
  28. * @global REQUEST_SHOW_SOURCE_FILE Request parameters for the File
  29. */
  30. define('REQUEST_SHOW_SOURCE_FILE', 'showsourceCODE_FILE');
  31.  
  32. if (!defined('CSS_BUTTON')) {
  33. define('CSS_BUTTON','cssButton');
  34. }
  35. if (!defined('CSS_CANVAS')) {
  36. define('CSS_CANVAS','cssCanvas');
  37. }
  38. ?>

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