drupal - what is CCK Computed Field? -


explaine me please in simple words cck computed field?

a calculated cck field 1 filled in when record saved. actual field in database, rather 1 calculated when shown.

i've used create fullname field, when user inputs his/her first , last names.

the contents of computed field can like, adamg notes above (although age example isn't 1 because unless record updated, age never change). put in own php code executed when record saved.

often don't need computed cck field; calculations/changes can done in module or template.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -