Source for file DBMS_FIELD_CMS_MENUCLASSSELECT.phpclass
Documentation is available at DBMS_FIELD_CMS_MENUCLASSSELECT.phpclass
* Class file DBMS_FIELD_CMS_MENUCLASSSELECT.phpclass
* @project Open CSP-Management
* @author Peter Krebs <pitlinz@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: DBMS_FIELD_CMS_MENUCLASSSELECT.phpclass,v 1.2 2008/06/14 09:50:39 pitlinz Exp $
* Class DBMS_FIELD_CMS_MENUCLASSSELECT
* @project Open CSP-Management
* @author Peter Krebs <pitlinz@users.sourceforge.net>
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: DBMS_FIELD_CMS_MENUCLASSSELECT.phpclass,v 1.2 2008/06/14 09:50:39 pitlinz Exp $
* source file of the class
* @var string $classSrcFile
* a sql query to get data array
protected $query =
"SELECT MEN_OBJCLASS,MET_TITLE FROM T_CMS_MENUTYPE ORDER BY MET_ISDEFAULT DESC";
* 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>)
unset
($a_ret['SELECT']['FLD_VALQUERY']);
* save the filed definition form
* fix query to the init value
$this->query=
"SELECT MEN_OBJCLASS,MET_TITLE FROM T_CMS_MENUTYPE ORDER BY MET_ISDEFAULT DESC";
} // end class DBMS_FIELD_CMS_MENUCLASSSELECT
Documentation generated on Thu, 08 Jan 2009 17:40:45 +0100 by phpDocumentor 1.4.0a2