This is a collection of developer tools that will autogenerate code for faster module development.
The module was borne out of having to write hundreds of lines of code to enable table definitions
for views 2. So the first tool was for generating modules with views definitions.
To avoid confusion - this is not about making views - it is about generating the code that will expose
tables to the views 2 api, so you can use them in your views.
Current modules types supported:
Views 2 module
Trigger module
Block module
Generic module (selection of hooks to auto implement - stilll rather limited)
DISCLAIMER:
This is a development tool, that means:
Do not install on production environments - I am not aware of any security issues, but no work will
be performed to avoid them either.
USAGE:
Install the module
Navigate to admin/code_gen
Choose the type of module to generate
Generate your code
Navigate to your files folder (eg. sites/default/files) and find your autogenerated module
Modify the autogenerated code to serve you needs
Move autogenerated folder to sites/all/modules
Install the new module
SHARE:
I will be working on stuff that I need or find either funny or interesting, if you find that
Uses Google's Webmaster Tools 404 widget to enhance your 404 pages. It provides suggestions for where the user might have been wanting to go as well as a Google search box for your site.
The module is a bridge between simplehtmldom PHP library and Drupal.
It provides powerful API for HTML parsing. Also, it works fine with broken markup.