Module Creator
Posted: Fri Feb 06, 2009 1:17 pm
Dear All,
For the past months I have been working on and using a self made modulecreator module at my work.
Using some of the principals of previous Module Creator Modules I sorta tied in different pieces and added some of what I wanted.
Primary Objective:
Module creator should create a fully working module to do C.R.U.D. sequencies...
Example, you need a module named "pets"
- Thus after 5 steps you get a db table "module_pets"
- Each field in the db table is prefixed with "pet_"
- There is an admin create action
- and admin edit action
- admin delete action
- admin listing action
- + plus two generic user side actions to play with
Here is link to download my module creator:
http://hlounge.net/modulecreator.zip
It will generate fully working modules to get you started and going FAST! It will not generate skeleton files that require heavy editing.
This is the first time that I give it out to people, it is mostly documented in the code and I hope that it is flexible enough to be exapanded on.
If you expand on it please send me a note here and I will integrate into later versions.
If you think that it is the biggest piece of poop ever fine by me. In the time it takes you to create 1 module, I will create 6!
Regards,
Brownrl
For the past months I have been working on and using a self made modulecreator module at my work.
Using some of the principals of previous Module Creator Modules I sorta tied in different pieces and added some of what I wanted.
Primary Objective:
Module creator should create a fully working module to do C.R.U.D. sequencies...
Example, you need a module named "pets"
- Thus after 5 steps you get a db table "module_pets"
- Each field in the db table is prefixed with "pet_"
- There is an admin create action
- and admin edit action
- admin delete action
- admin listing action
- + plus two generic user side actions to play with
Here is link to download my module creator:
http://hlounge.net/modulecreator.zip
It will generate fully working modules to get you started and going FAST! It will not generate skeleton files that require heavy editing.
This is the first time that I give it out to people, it is mostly documented in the code and I hope that it is flexible enough to be exapanded on.
If you expand on it please send me a note here and I will integrate into later versions.
If you think that it is the biggest piece of poop ever fine by me. In the time it takes you to create 1 module, I will create 6!
Regards,
Brownrl