Documentation

This commit is contained in:
Dany wm De Bontridder 2021-07-29 21:19:27 +02:00
parent 4886d78356
commit 108de76fbd
23 changed files with 100 additions and 29 deletions

View file

@ -30,7 +30,7 @@
*@brief ORM abstract of the table public.op_predef */
class Op_predef_SQL extends Table_Data_SQL
class Op_Predef_SQL extends Table_Data_SQL
{
function __construct(DatabaseCore $p_cn,$p_id=-1)
@ -72,4 +72,4 @@ class Op_predef_SQL extends Table_Data_SQL
}
}
}