Drupal

Drupal

Sample Drupal 6 FAPI form

Posted September 30th, 2007 by shunting

Many thanks to the developers for meeting the requirements, big time for making it easier to iterate through different states of the same form. The two-stage #multistep thing was making me tear out what little hair I have left. This covers some of the easier aspects of the new FAPI; maybe it will help others get up to speed.  Click to read more »

RDF engine for PHP

Posted June 15th, 2007 by shunting

The ARC engine:

ARC works around the PHP performance bottleneck by pushing as much of the processing as possible to MySQL. Although ARC uses mainly object-oriented code, the processed data (result set rows, resource descriptions, triples, etc.) are kept close to native PHP objects (in other words: ARC uses low-memory arrays instead of custom object instances). The impact of using PHP is not too huge, ARC’s scalability can be increased to a large extent by tuning MySQL and adjusting a number of configuration parameters (e.g. buffers for bulk loading) in ARC.  Click to read more »

Miscellaneous Drupal questions

Posted March 16th, 2007 by shunting

1. Project, workflow, and case tracking modules need PostGres *.install files? Check.

2. Is there a standard for the ordering of filters and if so what is it?