Source for file MED_PHPINC.phpclass

Documentation is available at MED_PHPINC.phpclass

  1. <?php
  2. /**
  3.   * Class file MED_PHPINC.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    media
  7.   *
  8.   * @author     Peter Krebs (pk) <p.krebs@lvus.at>
  9.   * @copyright  (c) 2002-2003 by Peter Krebs and Landesverlag Unternehmensservice
  10.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  11.   *
  12.   * @since pk-03-12-18
  13.   *
  14.   ***/
  15.  
  16. require_once $GLOBALS['PROJECT']['CONFIGPATH']."media.conf";
  17. require_once $GLOBALS['MED']['PHPINCPATH']."MED_FILE.phpclass";
  18.  
  19.  
  20. /**
  21.   * Class MED_PHPINC
  22.   *
  23.   * Handels medias which consists only of one single file
  24.   *
  25.   * @project    Open CSP-Management
  26.   * @package    cms
  27.   *
  28.   * @author     Peter Krebs (pk) <p.krebs@lvus.at>
  29.   * @copyright  (c) 2002-2003 by Peter Krebs and Landesverlag Unternehmensservice
  30.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  31.   *
  32.   * @since pk-03-12-18
  33.   *
  34.   ***/
  35. class MED_PHPINC extends MED_FILE {
  36.     /**
  37.       * array of object variables to store to the db field MEF_OBJVARS
  38.       * @var myObjVars 
  39.       ***/
  40.     var $myObjVars=array("globals");
  41.  
  42.     /**
  43.       * return array of global vars
  44.       * @var $globals 
  45.       ***/
  46.     var $globals = array();
  47.  
  48.  
  49.     // ###################################################################
  50.     // data manipulation
  51.     // ###################################################################
  52.  
  53.  
  54.  
  55.     // ###################################################################
  56.     //  FILE METHODS
  57.     // ###################################################################
  58.  
  59.  
  60.  
  61.     // ###################################################################
  62.     // MIME-TYPE METHODS
  63.     // ###################################################################
  64.  
  65. }

Documentation generated on Thu, 08 Jan 2009 17:45:02 +0100 by phpDocumentor 1.4.0a2