Hi all,
I’m preparing to write my first module + snippet
To give you an idea I’m looking at writing a Worldpay module which would give the user the following screens:
Summary | Subscriptions | Donations | Settings | Help
Basically the module will show data to the admin user to how many subscriptions / donations they have received by querying the database and allow them to setup in settings donation amounts & subscription amounts.
I’ve searched the forum but cannot find the best way to store the data as ideally it would need to be stored in mysql for easy access, should i create a new table within the modx database? or create a new database and provide the modx module the login details?
Any suggestions would be much appreciated.
Thanks
Aaron