1
Any chance of a simple "Hello World" module that developers could use as a framework for craeting a new module?
This would be especially useful for developers like me who, while know how to program, need to understand how XOOPS hangs together.
The new docs are a good start, but there is nothing like a well commented piece of code to walk through
This module should:
* Be installable
* Create a table
* Include a template
* Include a block
* Include a menu
* Include an admin section
* Be uninstallable
For example, if the table simply had a text column with "Hello World!" in it, the template and block would render it accordingly and the admin would allow the text to be changed.
Thanks in advance,
GadgetMn