Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
generic_editfamcatg.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * Display edition of enum attributes
9  *
10  * @author Anakeen 2006
11  * @version $Id: generic_editfamcatg.php,v 1.1 2006/02/03 17:03:41 eric Exp $
12  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
13  * @package FDL
14  * @subpackage
15  */
16 /**
17  */
18 
19 include_once ("FDL/Class.Doc.php");
20 include_once ("GENERIC/generic_util.php");
21 /**
22  * View interface to modify enumerate attributes
23  * @param Action &$action current action
24  * @global famid Http var : family document identificator where find enum attributes
25  */
27 {
28  $famid = GetHttpVars("famid", getDefFam($action));
29  $action->lay->set("famid", $famid);
30  $dbaccess = $action->getParam("FREEDOM_DB");
31  $fam = new_doc($dbaccess, $famid);
32  $action->lay->set("GTITLE", $fam->getTitle());
33 }
34 ?>
← centre documentaire © anakeen - published under CC License - Dynacase