You are here

DEVELOPER.txt in Content Construction Kit (CCK) 6

Same filename and directory in other branches
  1. 6.3 DEVELOPER.txt
  2. 6.2 DEVELOPER.txt
DEVELOPER DOCUMENTATION
UPDATING FROM 5.x TO 6.x

TODO:
- field modules have to write an update function to update their columns
  (can we provide a helper function to make this easier ?)

See http://drupal.org/node/191796 for an guide to updating field modules.

Look in the /examples/ folder of this module for example field module
code.

File

DEVELOPER.txt
View source
  1. DEVELOPER DOCUMENTATION
  2. UPDATING FROM 5.x TO 6.x
  3. TODO:
  4. - field modules have to write an update function to update their columns
  5. (can we provide a helper function to make this easier ?)
  6. See http://drupal.org/node/191796 for an guide to updating field modules.
  7. Look in the /examples/ folder of this module for example field module
  8. code.