Source for file MED_OBJECT.phpclass

Documentation is available at MED_OBJECT.phpclass

  1. <?php
  2. /**
  3.   * Class file MED_TABLEOBJ.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_TABLEOBJ.phpclass";
  18.  
  19. /**
  20.   * Abstract Class MED_TABLEOBJ
  21.   *
  22.   * Extends DBMS_TABLEOBJ with some common media aspects
  23.   *
  24.   * @project    Open CSP-Management
  25.   * @package    cms
  26.   *
  27.   * @author     Peter Krebs (pk) <p.krebs@lvus.at>
  28.   * @copyright  (c) 2002-2003 by Peter Krebs and Landesverlag Unternehmensservice
  29.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  30.   *
  31.   * @since pk-03-12-18
  32.   *
  33.   ***/
  34. class MED_OBJECT extends MED_TABLEOBJ {
  35.     /**
  36.       * name of the db table
  37.       * @staticvar string $myTable 
  38.       ***/
  39.     var $myTable="T_MED_FILES";
  40.     /**
  41.       * fields in $this->myTable starts with
  42.       * @staticvar string $colPrevix 
  43.       ***/
  44.     var $colPrevix      = "MEF_";
  45.             
  46. }  
  47. ?>

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