File/db/forms/DBMS_FORM.phpclass

Description

Class file DBMS_FORM.phpclass

I splitted the old php/db/forms.phpclass into 2 files php/db/forms.phpinc and this to be more flexible with own styled forms

now you can simply copy the php/db/forms/ dir to your own project path and set $GLOBALS['PRJOECT']['PHPFORMPATH'] tho the new directory where you can change the classes to fit your requirements.

Classes
Class Description
 class DBMS_FORM Databese Formulars / Lists
Includes
 require_once (dirname(__FILE__)._OCSP_DIRSEP_."forms.phpinc") (line 29)

requirements

Variables
array $OCSP_OBJ (line 4779)

returns the html code for list from a query

if $query is empty it is generated with:

  1.      $query="SELECT ".$this->getList_SQLFieldLst().$this->getFromStmt();

NOTE: use getList_SQLFieldLst() in the select statement if you have a LEFT JOIN to get the right fields and values

layout class var used:

  • FRMLST_TABLEADD (<table $this->FRMLST_TABLEADD>)
  • FRMLST_TRADD (<tr $this->FRMLST_TRADD[($rowNr % 2)] >)
  • FRMLST_TDADD (<td $this->FRMLST_TDADD >)

  • version: pk-06-01-24
  • todo: only mysqlcode for limit
  • since: pk-04-12-31

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