sdbo

Component type

module

Categories

Maintenance status

Development status

Downloads

1348

Component created

Component changed

This is a discontinued project. Instead go for standart Drupal entities/fields.

About SDBO

SDBO is a relational database object mapper. It provides you with convenient way
to handle CRUD operations as well as with a factory to load and init objects.
Advanced feature is REL interface which handles child and/or related objects.
It moreover provides a unified way to handle and manipulate persisted data
within your code so that the code will be more uniform and better readable.

Views Day of Week

Component type

module

Maintenance status

Development status

Downloads

2148

Component created

Component changed

Views Day of Week provides a simple filter plugin for Views 3 to enable filtering content that should be visible based on the current day of the week.

Example: With this module you can select that some content should be visible only on Mondays, some on Tuesdays and Thursdays and some only on Fridays.

For more detailed instructions, please see the README.txt.

Files-on-demand API

Component type

module

Categories

Maintenance status

Development status

Downloads

1507

Component created

Component changed

An API for developers which allows you create modules which generate files on demand. It borrows heavily from imagecache.

Documentation is forth-coming! For now, all I can say is checkout one of these modules that uses it:

Fieldgrid

Component type

module

Maintenance status

Development status

Component created

Component changed

This module will define the "fieldgrid" form element. It will create a table based grid with an arbitrary amount of rows, using a user supplied callback function that defines the form elements for a row as a usual Drupal FAPI array. By default, it will provide AJAX based addition of new rows via an 'Add more' button.