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

Source for file init.php

Documentation is available at init.php

  1. <?
  2. /**
  3. * The Cache Package.
  4. * This is the init file for the myPHP Cache package
  5. *
  6. * @package cache
  7. * @filesource
  8. * @see MYPHP_CACHE_PATH/init.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. * @global HTML_CACHE_PATH Defines the Path to the packages, FIXED, do not change ...
  18. */
  19. define('HTML_CACHE_PATH', MYPHP_CACHE_PATH.'/html');
  20.  
  21. /**
  22. * @global HTML_XYZ_PATH Defines the Path to each package, FIXED, do not change ...
  23. */
  24. define('HTML_CACHE_RESOURCE_PATH', HTML_CACHE_PATH.'/resource');
  25. define('HTML_CACHE_UTIL_PATH' , HTML_CACHE_PATH.'/util');
  26. define('HTML_CACHE_TEST_PATH' , HTML_CACHE_PATH.'/test');
  27.  
  28. /**
  29. * Define the system constants, FIXED, do not change ...
  30. * must be called before Default.php
  31. * @see HTML_CACHE_RESOURCE_PATH.'/Define.php'
  32. */
  33. if (defined('HTML_CACHE_RESOURCE_PATH')) {
  34. if (file_exists(HTML_CACHE_RESOURCE_PATH.'/Define.php')) {
  35. require_once(HTML_CACHE_RESOURCE_PATH.'/Define.php');
  36. } else {
  37. die('MYPHP_CACHE_PATH/init.php, Unable to include HTML_CACHE_RESOURCE_PATH/Define.php from '.HTML_CACHE_RESOURCE_PATH);
  38. }
  39. }
  40. ?>

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