Fiche_Def_Ref : deprecated dynamic data
DocumentTest : deprecated dynamic data
This commit is contained in:
parent
4cee79c1f2
commit
e9e49a0e2b
2 changed files with 2 additions and 1 deletions
|
|
@ -40,6 +40,7 @@ class Document
|
||||||
var $f_id; /*!< fiche.f_id */
|
var $f_id; /*!< fiche.f_id */
|
||||||
private $counter; /*!< counter for the items ( goods ) */
|
private $counter; /*!< counter for the items ( goods ) */
|
||||||
var $d_name; /*!< document name */
|
var $d_name; /*!< document name */
|
||||||
|
var $md_type ; /*!< Type of document */
|
||||||
/*!
|
/*!
|
||||||
* @brief Constructor
|
* @brief Constructor
|
||||||
* \param $p_cn Database connection
|
* \param $p_cn Database connection
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@ class Fiche_Def_Ref
|
||||||
var $frd_class_base; /*!< fiche_def_ref.frd_class_base */
|
var $frd_class_base; /*!< fiche_def_ref.frd_class_base */
|
||||||
var $attribut; /*!< array which containing list of attr */
|
var $attribut; /*!< array which containing list of attr */
|
||||||
/* it is used with dynamic variables */
|
/* it is used with dynamic variables */
|
||||||
|
var $db; /*!< Database connx */
|
||||||
function __construct($p_cn,$p_frd_id=-1)
|
function __construct($p_cn,$p_frd_id=-1)
|
||||||
{
|
{
|
||||||
$this->db=$p_cn;
|
$this->db=$p_cn;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue