Source for file CLI_STAFF_FORM.phpclass

Documentation is available at CLI_STAFF_FORM.phpclass

  1. <?php
  2. /**
  3.   * Class file CLI_STAFF_FORM.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    client
  7.   *
  8.   * @author     Peter Krebs <pitlinz@users.sourceforge.net>
  9.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  10.   *
  11.   * @since pk-07-10-11
  12.   *
  13.   ***/
  14.  
  15. require_once __OCSP_PHPINCPATH__."db"._OCSP_DIRSEP_."forms"._OCSP_DIRSEP_."OCSP_FORM.phpclass";
  16.  
  17. /**
  18.   * Class file CLI_STAFF_FORM
  19.   *
  20.   * extends DBMS_FORM add some right checks in IO methods
  21.   *
  22.   * @project    Open CSP-Management
  23.   * @package    client
  24.   *
  25.   * @author     Peter Krebs <pitlinz@users.sourceforge.net>
  26.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  27.   *
  28.   * @since pk-06-09-08
  29.   * @version pk-07-08-27
  30.   *
  31.   ***/
  32. class CLI_STAFF_FORM extends OCSP_FORM {
  33.  
  34.     /*** class constants  --------------------------------------------- */
  35.  
  36.     /**
  37.       * @constant string CLASS_SRC_FILE
  38.       */
  39.     const CLASS_SRC_FILE = __FILE__;
  40.  
  41.     // ----------------------------------------------------------------------------------------
  42.     // construct, load methods
  43.     // ----------------------------------------------------------------------------------------
  44.  
  45.  
  46.  
  47. }
  48. ?>

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