Robin S Posted August 26, 2016 Posted August 26, 2016 I'm looking for examples of modules (but not Fieldtype modules) that create and query their own custom table in the database. Hoping to learn from these how to incorporate the use of a custom table in one of my own modules. These are the modules I have found so far: http://modules.processwire.com/modules/process-redirects/ http://modules.processwire.com/modules/template-parents/ The simpler the modules the better because my knowledge of SQL is nearly zilch. 1
adrian Posted August 26, 2016 Posted August 26, 2016 Here's a few more - not sure whether you consider them simple or not http://modules.processwire.com/modules/version-control/ http://modules.processwire.com/modules/process-hanna-code/ http://modules.processwire.com/modules/process-jumplinks/ 1
LostKobrakai Posted August 26, 2016 Posted August 26, 2016 This one does also use a quite simple custom table.http://modules.processwire.com/modules/migrations/ 1
BitPoet Posted August 26, 2016 Posted August 26, 2016 This one might also be interesting. It uses a simple table to store todo entries for adapting links to images and files after a page is cloned.https://github.com/BitPoet/ProcessPageCloneAdaptUrls/tree/dev 1
Robin S Posted August 26, 2016 Author Posted August 26, 2016 Thanks all - I think I'm making some progress now after studying those modules.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now