Source for file DBMS_FIELD_PAGTMPL_SELECT.phpclass
Documentation is available at DBMS_FIELD_PAGTMPL_SELECT.phpclass
* Class file DBMS_FIELD_PAGTMPL_SELECT.phpclass
* @project Open CSP-Management
* @author Peter Krebs (pk)<p.krebs@lvus.at>
* @copyright (c) 2002-2005 by LVUS <http://opencsp.lvu.at>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
if (empty($GLOBALS['OCSP']['PHPFORMPATH'])) $GLOBALS['OCSP']['PHPFORMPATH']=
dirname(__FILE__
).
"/";
require_once dirname(__FILE__
).
"/DBMS_FIELD_FOREIGNKEY.phpclass";
* Class file DBMS_FIELD_PAGTMPL_SELECT.phpclass
* @project Open CSP-Management
* @author Peter Krebs (pk)<p.krebs@lvus.at>
* @copyright (c) 2002-2005 by LVUS <http://opencsp.lvu.at>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
var $showField =
"CONCAT(PTMP_NAME,' (',PTMP_ID,'/',PROJ_ID,')')";
var $whereAnd =
"(PROJ_ID='\$*PROJ_ID\$' OR PROJ_ID=0)";
* source file of the class
* @var string $classSrcFile
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
function editTblForm($showSize=
FALSE,$showSortFld=
FALSE,$showDBFld=
FALSE) {
parent::editTblForm($showSize,$showSortFld,$showDBFld);
* @version pk-05-11-10 bugfix
$this->showField =
"CONCAT(PTMP_NAME,' (',PTMP_ID,'/',PROJ_ID,')')";
$this->whereAnd =
"(PROJ_ID='\$*PROJ_ID\$' OR PROJ_ID=0)";
Documentation generated on Thu, 08 Jan 2009 17:42:34 +0100 by phpDocumentor 1.4.0a2