TUBSONP
Tubsonp is XOOPS Cube Legacy Module Creator. You can creat a module you want in
FIVE MINUTE without PHP skill !
How to Creat your module ?
- 1) Add a Module
- From TubsonP top(http://xoopsdev.com/modules/tubsonp/), click a link 'Add a new Module' and input your module name
- 2) Add Tables
- Add at least one table in your module
- 3) Add Fields
- Add at least one field in the table. Each table must contain ONE Primary Key.
- 4) Create Module
- From your module view, click a link 'Create Module'.
- 5) Download Module
- From your module view, click a link 'Download Module'
- 6) Install and Access
- After installing as XOOPS Module, access url {XOOPS_URL}/modules/{modulename}/index.php?action={Tablename}List.
ex) http://xoopsdev.com/modules/tnews/index.php?action=NewsList, in case modulename Tnews and Table name News.
Add a new Module
Module List