PHP8.x Deprecated Dynamic Property

This commit is contained in:
Dany wm 2024-06-15 22:47:22 +02:00 committed by sparkyx
parent 20c5fe7031
commit f18bda7563

View file

@ -33,6 +33,7 @@ define ('CODE_EXCP_DUPLICATE',901);
class Single_Record
{
public $name;
public $id;
/**
* Constructor $p_name will be set to $this->name, it is also the name
* of the tag hidden in a form