PostNuke_Core
[ class tree: PostNuke_Core ] [ index: PostNuke_Core ] [ all elements ]

Source for file pnobjlib_globals.inc

Documentation is available at pnobjlib_globals.inc

  1. <?php
  2. /** ----------------------------------------------------------------------
  3.  *  LICENSE
  4.  *  
  5.  *  This program is free software; you can redistribute it and/or
  6.  *  modify it under the terms of the GNU General Public License (GPL)
  7.  *  as published by the Free Software Foundation, either version 2
  8.  *  of the License, or (at your option) any later version.
  9.  *  
  10.  *  This program is distributed in the hope that it will be useful,
  11.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  12.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13.  *  GNU General Public License for more details.
  14.  *  
  15.  *  To read the license please visit http://www.gnu.org/copyleft/gpl.html
  16.  *  ----------------------------------------------------------------------
  17.  *  Original Author of file: Robert Gasch
  18.  *  Author Contact: RNG@open-star.org
  19.  *  Purpose of file: Gobal definitions used by the pn codebase
  20.  *  Copyright: value4business GmbH
  21.  *  @package PostNuke_Core
  22.  *  @subpackage ObjectLibrary
  23.  *   ----------------------------------------------------------------------
  24.  */
  25.  
  26.  
  27. /**
  28.  * PHP constants
  29.  */
  30. define('_HAVE_PNLIB',                  '1');
  31.  
  32. /**
  33.  * PN Permissions
  34.  */
  35. define('_PN_PERMISSION_BASIC_PRIVATE''P');
  36. define('_PN_PERMISSION_BASIC_GROUP',   'G');
  37. define('_PN_PERMISSION_BASIC_USER',    'U');
  38. define('_PN_PERMISSION_BASIC_PUBLIC',  'A');
  39.  
  40. /**
  41.  * PN Permission Levels
  42.  */
  43. define('_PN_PERMISSION_LEVEL_NONE',    '0');
  44. define('_PN_PERMISSION_LEVEL_READ',    'R');
  45. define('_PN_PERMISSION_LEVEL_WRITE',   'W');
  46.  
  47. /**
  48.  * PN Validation Marker
  49.  */
  50. define('_MARKER_NONE',                '&nbsp;&nbsp;');
  51. define('_REQUIRED_MARKER',            '<span style="font-size:larger;color:blue"><b>*</b></span>');
  52. define('_VALIDATION_MARKER',          '<span style="font-size:larger;color:red"><b>!</b></span>');

Documentation generated on Fri, 18 Jul 2008 21:54:07 +0200 by phpDocumentor 1.4.1