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