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

Source for file Default.php

Documentation is available at Default.php

  1. <?
  2. /**
  3. * The Default resource file.
  4. * Setup of the Default Component system constants
  5. * This file must be included after the Define.php
  6. *
  7. * @package component
  8. * @filesource
  9. * @see HTML_COMPONENT_RESOURCE_PATH/Default.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 DEFAULT_IMAGE_ROTATOR_LINK The Default Image Rotator Link. Where to go
  19. */
  20. define('DEFAULT_IMAGE_ROTATOR_LINK', DEFAULT_LINK_HREF_URL);
  21.  
  22. /**
  23. * @global DEFAULT_IMAGE_ROTATOR_PATH The Default mage Rotator Path. Where the images are located
  24. */
  25. define('DEFAULT_IMAGE_ROTATOR_PATH', '/w200');
  26.  
  27. /**
  28. * @global DEFAULT_CACHE_COMPONENT The Default Cache flag. Specify the default behavior of the caching system
  29. */
  30. define('DEFAULT_CACHE_COMPONENT', false);
  31.  
  32. /**
  33. * @global DEFAULT_CACHE_COMPONENT_PATH The Default Cache Component Path to use
  34. */
  35. define('DEFAULT_CACHE_COMPONENT_PATH' , PROJECT_PATH.'/cache/component');
  36. ?>

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