Source for file DBMS_FIELD_IDENTIFIEDTREESELECT.phpclass

Documentation is available at DBMS_FIELD_IDENTIFIEDTREESELECT.phpclass

  1. <?php
  2. /**
  3.   * Class file DBMS_FIELD_IDENTIFIEDTREESELECT.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    dbms_field
  7.   * @category   any
  8.   *
  9.   * @author     Peter Krebs (pk)<p.krebs@lvus.at>
  10.   * @copyright  (c) 2002-2005 by LVUS <http://opencsp.lvu.at>
  11.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  12.   *
  13.   * @deprecated since pk-05-02-19
  14.   *
  15.   ***/
  16.  
  17. if (empty($GLOBALS['OCSP']['PHPFORMPATH'])) $GLOBALS['OCSP']['PHPFORMPATH']=dirname(__FILE__)."/";
  18.   
  19. if (!class_exists("DBMS_FIELD_IDENTIFLDTREESEL")) {
  20.     require_once dirname(__FILE__)."/DBMS_FIELD_IDENTIFLDTREESEL.phpclass";
  21. }  
  22.  
  23. /**
  24.   * Handles foreign keys with a identifier field
  25.   *
  26.   * @project    Open CSP-Management
  27.   * @package    dbms_field
  28.   * @category   any
  29.   *
  30.   * @author     Peter Krebs (pk)<p.krebs@lvus.at>
  31.   * @copyright  (c) 2002-2005 by LVUS <http://opencsp.lvu.at>
  32.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  33.   *
  34.   * @deprecated since pk-05-02-19
  35.   *  
  36.   ***/
  37.     var $className          = "IDENTIFIEDTREESELECT (deprecated)";
  38.  
  39.     /**
  40.       * source file of the class
  41.       *
  42.       * @var string $classSrcFile 
  43.       * @since pk-05-02-19
  44.       ***/
  45.     var $classSrcFile=__FILE__;
  46. }
  47. ?>

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