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

Source for file config.php

Documentation is available at config.php

  1. <?
  2. /**
  3. * This file defines the page vars
  4. * <code>
  5. * Usage:
  6. * in index.php, require_once('./config.php');
  7. * </code>
  8. * @package tab
  9. * @filesource
  10. * @see <thisdir>/config.php
  11. * @copyright (c) http://Finn-Rasmussen.com
  12. * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
  13. * @author http://Finn-Rasmussen.com
  14. * @version 1.9
  15. * @since 21-oct-2005
  16. */
  17.  
  18. /**
  19. * @see CACHE_TAB
  20. */
  21. if (!defined('CACHE_TAB')) {
  22. /**
  23. * @ignore
  24. */
  25. define('CACHE_TAB' , false);
  26. }
  27.  
  28. /**
  29. * Choose, which layout Tab components to show
  30. * or extract info from GET/POST
  31. */
  32. if (!defined('TAB_SHOW')) {
  33. /**
  34. * @ignore
  35. */
  36. define('TAB_SHOW' ,
  37. //TAB_SHOW_ALL | // Use default
  38. TAB_SHOW_MENU_TAB |
  39. TAB_SHOW_NONE
  40. );
  41. }
  42.  
  43. ?>

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