Source for file INFA_DBMS_FIELD_FILESELECT.phpclass

Documentation is available at INFA_DBMS_FIELD_FILESELECT.phpclass

  1. <?php
  2. /**
  3.   * interface file INFA_DBMS_FIELD_FILESELECT.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    dbms_field
  7.   * @category   field
  8.   *
  9.   * @author     Peter Krebs <pitlinz@sourceforge.net>
  10.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  11.   *
  12.   ***/
  13.  
  14. if (!interface_exists('INFA_DBMS_FIELD_SELECTLIST'))
  15. {
  16.     require dirname(__FILE___OCSP_DIRSEP_ "INFA_DBMS_FIELD_SELECTLIST.phpclass";
  17. }
  18.  
  19. /**
  20.   * interface to handle a form select field
  21.   *
  22.   * @project    Open CSP-Management
  23.   * @package    dbms_field
  24.   * @category   field
  25.   *
  26.   * @author     Peter Krebs <pitlinz@sourceforge.net>
  27.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  28.   * 
  29.   * @since pk-08-01-30
  30.   */
  31. {
  32.     
  33.     // --------------------------------------------------------
  34.     // getter / setter
  35.     // --------------------------------------------------------
  36.  
  37.     /**
  38.      * returns the absolute root path
  39.      *
  40.      * @param boolean $debug 
  41.      * 
  42.      * @return string 
  43.      */
  44.     public function getRootPath($debug False);
  45.     
  46.     // --------------------------------------------------------
  47.     // field configuration
  48.     // --------------------------------------------------------
  49.       
  50.       
  51.     // --------------------------------------------------------
  52.     // jOCSP
  53.     // --------------------------------------------------------
  54.     
  55.         
  56.     // --------------------------------------------------------
  57.     // html form output
  58.     // --------------------------------------------------------
  59.  
  60.     
  61.     // --------------------------------------------------------
  62.     // data validation
  63.     // --------------------------------------------------------
  64.     
  65. }
  66. ?>

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