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

Source for file myphp-package.php

Documentation is available at myphp-package.php

  1. <?
  2. /**
  3. * The myPHP File package.
  4. * This is the init file for the local packages in the myPHP system
  5. *
  6. * @package file
  7. * @filesource
  8. * @see myphp-package.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 MYPHP_BASE_PATH
  18. */
  19. if (!defined('MYPHP_BASE_PATH')) {
  20. define('MYPHP_BASE_PATH' ,MYPHP_BASE_NAME); // The Base package
  21. }
  22.  
  23. /**
  24. * @global MYPHP_FILE_PATH
  25. */
  26. if (!defined('MYPHP_FILE_PATH')) {
  27. define('MYPHP_FILE_PATH' ,MYPHP_FILE_NAME); // The File package
  28. }
  29. ?>

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