Source for file DBMS_FORMAJAX.phpclass

Documentation is available at DBMS_FORMAJAX.phpclass

  1. <?php
  2. /**
  3.   * Class file DBMS_FORMAJAX.phpclass
  4.   *
  5.   * @project    Open CSP-Management
  6.   * @package    forms
  7.   * @subpackage ajax-Form
  8.   * @category   class
  9.   *
  10.   * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>
  11.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  12.   *
  13.   * @since pk-07-06-10
  14.   *
  15.   ***/
  16.  
  17.  
  18. /**
  19.   * Class DBMS_FORMAJAX
  20.   *
  21.   * @project    Open CSP-Management
  22.   * @package    forms
  23.   * @subpackage ajax-Form
  24.   * @category   class
  25.   *
  26.   * @author     Peter Krebs (pk) <pitlinz@users.sourceforge.net>
  27.   * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
  28.   *
  29.   * @since pk-07-06-10
  30.   *
  31.   ***/
  32. class DBMS_FORMAJAX extends DBMS_FORM {
  33.  
  34.     /** Aggregations: */
  35.  
  36.     /** Compositions: */
  37.  
  38.     
  39.     
  40.       * @param DBMS_FORM $aForm
  41.       * @param boolean $debug
  42.       *
  43.       * @return DBMS_FORMAJAX
  44.       * @access public
  45.       */
  46.     function &newFromForm(&$aForm,$debug=FALSE)
  47.     {
  48.         $o_ret=new DBMS_FORMAJAX();
  49.         return $o_ret;
  50.     }
  51.  
  52.  
  53.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54.     // list methods
  55.     // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  56.  
  57.     // list settings ---------------------------------------------------------
  58.  
  59.  
  60.     // list generation -------------------------------------------------------
  61.  
  62.     /**
  63.       * @param array $row 
  64.       * @param int $rowNr 
  65.       * @param array $links (ignored here)
  66.       * @param boolean $debug 
  67.       */
  68.     function getListRow($row,&$rowNr,$links=NULL,$debug=FALSE{
  69.         if ($debugechoDebugMethod(__FILE__,get_class($this),"DBMS_FORMAJAX::getListRow()");
  70.  
  71.         $str_ret="<tr id=\"\">";
  72.     }
  73. }
  74. ?>

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