Hi!
I have to write a drupal module which adds a field to selected content type form. The module will have one and only one autocomplete field.
My query is, can I base this on CCK ? What are the advantages of basing a module on CCK vs writing hooks from scratch and creating database tables. CCK provides all this plus integration with views. But might have to compromise with db tuning etc.
So what I am trying to understand here is that given a module is going to has only one field, under what conditions it will be worth basing a module on CCK ?
regards
Vivek









