Source for file DBMS_FIELD_DBMS_FORMWHERE.phpclass
Documentation is available at DBMS_FIELD_DBMS_FORMWHERE.phpclass
  * Class file DBMS_FIELD_DBMS_FORMWHERE.phpclass  
  * @project    Open CSP-Management  
  * @author     Peter Krebs <p.krebs@wpus.at>  
  * @copyright  (c) 2005 by Wurm & Partner Unternehmensservice GmbH  
  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License  
    require_once dirname(__FILE__
).
_OCSP_DIRSEP_.
"DBMS_FIELD_SQLSTATEMENT.phpclass";  
  * Class DBMS_FIELD_DBMS_FORMWHERE  
  * @project    Open CSP-Management  
  * @author     Peter Krebs <p.krebs@wpus.at>  
  * @copyright  (c) 2005 by Wurm & Partner Unternehmensservice GmbH  
  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License  
      * source file of the class  
      * @var string $classSrcFile   
      * column name of the form id  
      * @var string $myFormIdCol   
      * returns an array of field to bie shown in the edit form  
      * by using editTbl_echoForm  
      * the array is in the form:  
      *         [FLDLAB]  (complete html code with <td></td>)  
      *         [FLDVAL] (complete html code with <td></td>)  
           $arr_ret=
parent::editTbl_getFieldEditArr($debug);  
           $arr_ret['DBMS_FORM']['TITLE']=
"Formular:";  
           $arr_ret['DBMS_FORM']['FLD_FORMIDCOL']=
array(  
                   'FLDLAB'=>
"Formular ID Column:",  
                   'FLDVAL'=>
"<input name=\"myFormIdCol\" value=\"".
$this->myFormIdCol.
"\" size=\"40\" />"  
      * returns the html code for a editable formular element  
      * @param mixed $aValue the value to set  
      * @param string $nameAdd  append something to name like "[VALUE]" for search forms  
    function getInputTag($aValue,$arrName=
"DBVAL",$nameAdd=
"",$debug=
FALSE) {  
        if ($debug) echo 
"<p><b>DBMS_FIELD_DBMS_FORMWHERE::getInputTag(\$aValue,$arrName,$nameAdd,...)</b> (".
get_class($this).
")</p>";  
        $tag=
parent::getInputTag($aValue,$arrName,$nameAdd,$debug);  
} // end class DBMS_FIELD_SQLSTATEMENT  
 
 
	
		Documentation generated on Thu, 08 Jan 2009 17:41:11 +0100 by phpDocumentor 1.4.0a2