'[TABLE]', 'fields' => [FIELDARRAY] ); public function __construct() { [CONNECTOR]::settingsSection('[DBSECTION]'); self::initTable( self::TABLE ); } public function getTableInfo() { 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] }