An open API service indexing awesome lists of open source software.

https://github.com/dmuth/dougs-drupal-tools

This Drupal 6 module contains tools that I put together for some Drupal-powered sites that I manage.
https://github.com/dmuth/dougs-drupal-tools

Last synced: 10 months ago
JSON representation

This Drupal 6 module contains tools that I put together for some Drupal-powered sites that I manage.

Awesome Lists containing this project

README

          

Q: Why no Object-Oriented Programming?

A: At this point, Drupal is not OO, so I am trying to keep this module
not be OO either.

Q: Will this module ever be in OO?

A: Yes. When I pass about 500 lines or so, I'm going to want to split this
module into separate files. At this point, I feel it would be appropriate
to make those be classfiles.

At this point, I also intend on building a factory class for this module
and writing tests in SimpleTest.