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

Source for file myphp-package.php

Documentation is available at myphp-package.php

  1. <?
  2. /**
  3. * The myPHP Util package.
  4. * This is the init file for the local packages in the myPHP system
  5. *
  6. * @package sms
  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. if (!defined('MYPHP_TABLE_PATH')) {
  23. define('MYPHP_TABLE_PATH' ,MYPHP_TABLE_NAME); // The Table package
  24. }
  25. if (!defined('MYPHP_FORM_PATH')) {
  26. define('MYPHP_FORM_PATH' ,MYPHP_FORM_NAME); // The Form package
  27. }
  28. if (!defined('MYPHP_UTIL_PATH')) {
  29. define('MYPHP_UTIL_PATH' ,MYPHP_UTIL_NAME); // The Util package
  30. }
  31. if (!defined('MYPHP_PAGE_PATH')) {
  32. define('MYPHP_PAGE_PATH' ,MYPHP_PAGE_NAME); // The Page package
  33. }
  34. if (!defined('MYPHP_DB_PATH')) {
  35. define('MYPHP_DB_PATH' ,MYPHP_DB_NAME); // The DB package
  36. }
  37. if (!defined('MYPHP_LANGUAGE_PATH')) {
  38. define('MYPHP_LANGUAGE_PATH',MYPHP_LANGUAGE_NAME); // The Language package
  39. }
  40. if (!defined('MYPHP_SMS_PATH')) {
  41. define('MYPHP_SMS_PATH' ,MYPHP_SMS_NAME); // The SMS package
  42. }
  43. ?>

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