Code cleaning Improve doc and test

This commit is contained in:
sparkyx 2021-08-11 13:04:44 +02:00
parent c1973a803f
commit b577422914
4 changed files with 43 additions and 20 deletions

View file

@ -26,10 +26,10 @@
* @brief abstract of the table public.attr_def */
/**
* @class Attr_def_SQL
* @brief abstract of the table public.attr_def
* @class Attr_Def_SQL
* @brief ORM of the table public.attr_def
*/
class Attr_def_SQL extends Table_Data_SQL
class Attr_Def_SQL extends Table_Data_SQL
{
function __construct(DatabaseCore $p_cn, $p_id=-1)