User loading and saving in Drupal 5.x June 9th, 2008
Workflows of Drupal’s user load and save functionality: spot the hooks and win a programmatical prize.
Garbage collection, in a very real sense
Workflows of Drupal’s user load and save functionality: spot the hooks and win a programmatical prize.
Drupal has a built-in form abstraction system called Form API (or FAPI), which like the Atom protocol consists of two complementary halves. The first is an abstraction of forms to structured data, and is dealt with very well by both online documentation and the excellent Pro Drupal Development. The second is a workflow for turning [...]