From c4a68a3008196324e3c2540baf3ebf5b681d9fbb Mon Sep 17 00:00:00 2001 From: Stephan Kasdorf Date: Mon, 3 Apr 2023 21:34:34 +0200 Subject: [PATCH] Version 0.9.6 beta - changed the model class mapper --- application/settings/db/db.class.mask | 28 +++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/application/settings/db/db.class.mask b/application/settings/db/db.class.mask index 8eefa3b..563bbb5 100755 --- a/application/settings/db/db.class.mask +++ b/application/settings/db/db.class.mask @@ -1,18 +1,23 @@ '[TABLE]', 'fields' => [FIELDARRAY] @@ -28,5 +33,16 @@ class [CLASSNAME] extends Db { return self::TABLE; } - + /** + * @desc This are the class wide setters + * currently this is what is needed in order + * to run some addition + */ + [SETTERS] + /** + * @desc This are the class wide getters + * currently this is what is needed in order + * to run some addition + */ + [GETTERS] } \ No newline at end of file