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