Add property

This commit is contained in:
Laurent Destailleur 2022-01-18 12:16:13 +01:00
parent b5de132343
commit f91504b9c1

View File

@ -62,6 +62,9 @@ abstract class DoliDB implements Database
/** @var string Last error number. For example: 'DB_ERROR_RECORD_ALREADY_EXISTS', '12345', ... */
public $lasterrno;
/** @var string If we need to set a prefix specific to the database so it can be reused instead of MAIN_DB_PREFIX when defined to forge requests */
public $prefix_db;
/** @var bool Status */
public $ok;
/** @var string */