Cleaning up the save function
Submitted by Johan Falk on Tue, 01/17/2012 - 16:31
This screencast present little new information about writing Drupal modules, but shows some cleanup work for the Word list configuration page – allowing it to take care of unexpected data.
Some Drupal specific topics included in this screencast:
- Using the t() function with replacements
- Using the Drupal equivalent of strlen (and other str functions)
- Seeing Coder react on bad code
- Discussion on where to add cleanup logic
Additional Resources:
Leave a comment